Solclient
ContextEventArgsException Property |
Optional, if present, it represents an exception that is thrown on the context thread
and is caught in the main loop of the context thread.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception Get
public: property Exception^ Exception { Exception^ get (); }
Property Value
Type: ExceptionSee Also