 | 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
Syntaxpublic SDKErrorInfo GetLastSDKErrorInfo()
Return Value
Type:
SDKErrorInfoAn SDKErrorInfo
Exceptions
See Also