WrongSchemaException(String, Int32, String)
Initialises a new instance of the WrongSchemaException class with an error message.
The error message is predefined and contains the parameters given in the constructor. The error message reads: "message Schema id was schemaId, schema location was location".
Parameter
- message
Type: System.String
This parameter contains a user-defined error message placed in front of the error message of this exception.
- schemaId
Type: System.Int32
This parameter is the Id of the schema that did not define the child schema.
- location
Type: System.String
This parameter contains the name of the schema that not has not been defined as a child schema.