OperationErrorException.ReturnCode Property

Solclient

OperationErrorExceptionReturnCode Property
version: 7.2.1.27
A return code from the API call.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public ReturnCode ReturnCode { get; }
Public ReadOnly Property ReturnCode As ReturnCode
	Get
public:
property ReturnCode ReturnCode {
	ReturnCode get ();
}

Property Value

Type: ReturnCode
See Also