Click or drag to resize

ValidationException Class

[This is preliminary documentation and is subject to change.]

Exception which is thrown when an error occurs during validation
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CSInfrastructure.ExceptionsModelExchangerException
        CSInfrastructure.ExceptionsValidationException

Namespace:  CSInfrastructure.Exceptions
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class ValidationException : ModelExchangerException

The ValidationException type exposes the following members.

Constructors
  NameDescription
Public methodValidationException
Create a new validation exception with the given message
Top
Properties
  NameDescription
Public propertyValidationResults
The validation results that are related to this exception
Top
See Also