Gets the Gateway daemon return code associated with this GatewayException.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public virtual GatewayReturnCode ReturnCode { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ReturnCode As GatewayReturnCode
Visual C++
public:
virtual property GatewayReturnCode ReturnCode {
	GatewayReturnCode get ();
}

Property Value

The return code.

See Also