The ErrorEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodErrorEventArgs()()()()
Event representing error for a channel
Public methodErrorEventArgs(Exception)
Event representing error for a channel
Public methodErrorEventArgs(String)
Event representing error for a channel

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyException
Get Exception representing the error
Public propertyMessage
Get Message representing the type of error

See Also