Click or drag to resize

AnalyzerException(String) Constructor

Initializes a new instance of the AnalyzerException class.

Namespace: CompreDriveSDK.Plugins.Analyzers
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public AnalyzerException(
	string message
)

Parameters

message  String
The exception message.
See Also