Click or drag to resize

BaseScanControllerException(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 BaseScanControllerException(
	string message
)

Parameters

message  String
The message that describes the error.
See Also