ValidationException Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Validation of data passed to the Author-it API failed.

Namespace: Authorit.API.Exceptions

Constructors

Name

Description

Method

ValidationException()

Create a new instance of ValidationException class.

Method

ValidationException(string)

Create a new instance of ValidationException class with supplied message.

Method

ValidationException(string, string)

Create a new instance of ValidationException with supplied field details.

Method

ValidationException(string, string, string)

Create a new instance of ValidationException with supplied field details and message.

Properties

Name

Description

Property

FieldName

Name of the field that failed validation.

Property

Value

Value of the field which failed validation.

Property

FaultDetail

Object providing details that returned as a fault when the exception is thrown accessing the Author-it API with JSON or SOAP.

Methods

Class contains no methods.