Click or drag to resize

ContextEventArgs Class

version: 10.20.0
Passed as an argument to Context EventHandler delegate.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SolaceSystems.Solclient.MessagingContextEventArgs

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
public sealed class ContextEventArgs : EventArgs

The ContextEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyErrorInfo
Optional, if present it will contain more information about the underlying error.
Public propertyException
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also