Click or drag to resize
ValidationException Constructor
Overload List
  NameDescription
Public methodValidationException
Initializes a new instance of the ValidationException class.
Public methodValidationException(String)
Initializes a new instance of the ValidationException class with a specified error message.
Protected methodValidationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ValidationException class with serialized data.
Public methodValidationException(String, Exception)
Initializes a new instance of the ValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also