Click or drag to resize
Infosoft Logo

InvalidValueFault Class

A fault indicating that validation failed for one of the parameters of a payment API method.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContractsInvalidValueFault

Namespace: Infosoft.Common.Contracts.FaultContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class InvalidValueFault

The InvalidValueFault type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets or sets the error message.
Public propertyParameter Gets or sets the parameter for which validation failed.
Top
See Also