Click or drag to resize

CAEXException(String) 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
)

Parameters

message  String
The message describing the error.
See Also