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.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public SDKErrorInfo GetLastSDKErrorInfo()
Return Value
SDKErrorInfoAn SDKErrorInfo