ExceptionEventArgs Class

Definition

Contains information about the exception event.

public ref class ExceptionEventArgs : EventArgs
public class ExceptionEventArgs : EventArgs
type ExceptionEventArgs = class
    inherit EventArgs
Public Class ExceptionEventArgs
Inherits EventArgs
Inheritance
ExceptionEventArgs

Properties

CustomData

Gets the custom data associated with this exception event.

ExceptionObject

Gets an IDataElement that describes the exception object.

ExceptionState

Gets the ExceptionHandlingState where the exception was recorded.

HandledStack

Gets the call stack at the point where the exception was recorded. When ExceptionState is Thrown, HandledStack is null.

ThrownStack

Gets the call stack at the point where the exception was thrown.

Applies to