Solclient
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.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public SDKErrorInfo GetLastSDKErrorInfo()
Public Function GetLastSDKErrorInfo As SDKErrorInfo
public: SDKErrorInfo^ GetLastSDKErrorInfo()
Return Value
Type: SDKErrorInfoAn SDKErrorInfo
Exceptions
Exception | Condition |
---|---|
FatalErrorException | thrown when unrecoverable error occurs |
See Also