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

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

Parameters

code
Type: GDGDServiceErrorCode
Error code representing common service failure reason.
See Also