[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

The EventExceptionEventArgs type exposes the following members.

Properties

  NameDescription
Args
Gets the event arguments that were passed along to the method.
EventName
Gets the name of the event that was being executed during the failure.
Exception
Gets the Exception that is being reported.
FaultingMethod
Gets the Delegate that was being invoked during the failure.
Priority
Gets the Priority at which the event was executing.
Sender
Gets the sender parameter of the method being invoked.

See Also