Class ValidationException
A call to the ValidateInstance()
method was made on a class for which instance validation is not meaningful.
Implements
Inherited Members
Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public class ValidationException : Exception, ISerializable
Remarks
This exception indicates a usage error.
Every concrete class that does not support instance validation always throws this exception on a call to ValidateInstance()
.
No concrete class that support instance validation ever throws this exception.