Click or drag to resize

SchemaConformanceException Class

Exception for violations of the CAEX Schema. An example for a violation is the insertion of more than one RoleRequirement object into an InternalElement.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Aml.Engine.CAEXSchemaConformanceException

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[SerializableAttribute]
public class SchemaConformanceException : ApplicationException

The SchemaConformanceException type exposes the following members.

Constructors
 NameDescription
Public methodSchemaConformanceException Initializes a new instance of the SchemaConformanceException class.
Public methodSchemaConformanceException(String) Initializes a new instance of the SchemaConformanceException-class with the defined error message.
Public methodSchemaConformanceException(String, Exception) Initializes a new instance of the SchemaConformanceException class.
Top
See Also