DataValidationException Class
Namespace: PIX.QMSAPI.Exceptions
Assembly: PIX.dll
Assembly: PIX.dll
Represents the result of a failed validation.
Inheritance
-
System.Object
-
System.Exception
- DataValidationException
-
System.Exception
Syntax
public class DataValidationException : Exception, ISerializable, _ExceptionConstructors
Properties
| Name | Description |
|---|---|
| Message |
A summary of the validation. |
| Messages |
Validation messages. |
| ValidatedType |
The type that was validated. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |