Click or drag to resize

ExecutionAbortedException(String) Constructor

Initializes a new instance of the Exception class with a specified error message.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public ExecutionAbortedException(
	string message
)

Parameters

message  String
The message that describes the error.
See Also