Click or drag to resize

AnalyzerException(String, Exception) 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,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception.
See Also