Click or drag to resize

Error Class

An error.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Initializes a new instance of the Error class.
Top
Properties
  NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyException
Gets or sets the exception.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodGetDescription
Gets the description for this Error.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(Error)
Serializes an instance to JSON.
Public methodToString
Returns the string representation of this error.
(Overrides ObjectToString.)
Top
See Also