Click or drag to resize

InputValidationFault Class

Faults thrown when there is a input validation exception.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKInputValidationFault
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntax
public sealed class InputValidationFault

The InputValidationFault type exposes the following members.

Properties
  NameDescription
Public propertyDescription
A description of the fault.
Public propertyExceptionFile
The name of the exception file.
Public propertyFieldName
The name of the property throwing the fault.
Public propertyIsLengthExceededFault
Boolean value indicating if maximum length of this property has been exceeded.
Public propertyMaximumValueorLength
The maximum value or length of the property throwing the fault.
Public propertyMethodName
The name of the method throwing the fault.
Top
Remarks