Click or drag to resize

InvalidContractData Class

Fault. Raised in case of invalid contract data.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.FaultsInvalidContractData

Namespace:  SOS.SDK.Contracts.Faults
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class InvalidContractData

The InvalidContractData type exposes the following members.

Constructors
  NameDescription
Public methodInvalidContractData
Initializes a new instance of the InvalidContractData class
Top
Properties
  NameDescription
Public propertyMessage
Description of the fault.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also