Click or drag to resize

SchemaConformanceException(String) Constructor

Initializes a new instance of the SchemaConformanceException-class with the defined error message.

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

Parameters

message  String
message containing error information.
See Also