Click or drag to resize

ClassInstantiationException(String, Exception) Constructor

Initializes a new instance of the ClassInstantiationException class.

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

Parameters

message  String
The message.
inner  Exception
The inner Message.
See Also