Click or drag to resize

ContextFactoryGetLastSDKErrorInfo Method

version: 10.22.0
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.

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

Return Value

Type: SDKErrorInfo
An SDKErrorInfo
Exceptions
ExceptionCondition
FatalErrorException thrown when unrecoverable error occurs
See Also