Click or drag to resize
GDServiceError Class
Class transporting information about error occurred during service processing.
Inheritance Hierarchy
SystemObject
  GDGDServiceError

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDServiceError

The GDServiceError type exposes the following members.

Constructors
  NameDescription
Public methodGDServiceError
Default constructor.
Public methodGDServiceError(GDServiceErrorCode)
Parametrized constructor allowing to set an error code.
Public methodGDServiceError(GDServiceErrorCode, String)
Parametrized constructor allowing to set an error code and an error message.
Top
Properties
  NameDescription
Public propertyCode
Get an error code representing common service failure reason.
Public propertyMessage
Gets a descriptive error message.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference