ContextEventArgs.Exception Property

Solclient

ContextEventArgsException Property
version: 7.2.1.27
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: Exception
See Also