Click or drag to resize

SchemaConformanceException(String, Exception) Constructor

Initializes a new instance of the SchemaConformanceException class.

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

Parameters

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