Click or drag to resize
GDServiceError Constructor (GDServiceErrorCode, String)
Parametrized constructor allowing to set an error code and an error message.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDServiceError(
	GDServiceErrorCode code,
	string message
)

Parameters

code
Type: GDGDServiceErrorCode
Error code representing common service failure reason.
message
Type: SystemString
Descriptive error message.
See Also