10.24.0

ContextEventArgs Class

Passed as an argument to Context EventHandler delegate.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public sealed class ContextEventArgs : EventArgs
Inheritance
Object    EventArgs    ContextEventArgs

Properties

ErrorInfo Optional, if present it will contain more information about the underlying error.
Exception 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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also