10.24.0

ContextFactoryGetLastSDKErrorInfo Method

Returns a SDKErrorInfo instance, which contains the last captured error information for the calling thread. This information is captured on a per-thread basis. The returned structure is only valid until the thread makes the next API call.

This method is typically invoked from within event delegates (Session and Flow), to get more info on the reported event.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public SDKErrorInfo GetLastSDKErrorInfo()

Return Value

SDKErrorInfo
An SDKErrorInfo

Exceptions

FatalErrorException thrown when unrecoverable error occurs

See Also