ExceptionEventArgs.ExceptionState Property

Gets the ExceptionHandlingState where the exception was recorded.

Namespace:  Microsoft.VisualStudio.IntelliTrace.Monitoring
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property ExceptionState As ExceptionHandlingState
public ExceptionHandlingState ExceptionState { get; }
public:
property ExceptionHandlingState ExceptionState {
    ExceptionHandlingState get ();
}
member ExceptionState : ExceptionHandlingState with get
function get ExceptionState () : ExceptionHandlingState

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.Monitoring.ExceptionHandlingState
Returns ExceptionHandlingState.

.NET Framework Security

See Also

Reference

ExceptionEventArgs Class

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace