Click or drag to resize

CAEXException(String, Exception) Constructor

Initializes a new instance of the CAEXException class.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXException(
	string message,
	Exception innerException
)

Parameters

message  String
The error message explaining the cause of the exception.
innerException  Exception
The exception that caused the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
See Also