Show / Hide Table of Contents

Class ValidationException

A call to the ValidateInstance() method was made on a class for which instance validation is not meaningful.

Inheritance
object
Exception
ValidationException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX