ResolvedExceptionThrownEvent.ExceptionThrownEvent Property

Gets the original ExceptionThrownEvent.

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

Syntax

‘선언
Public Property ExceptionThrownEvent As ExceptionThrownEvent
    Get
    Private Set
public ExceptionThrownEvent ExceptionThrownEvent { get; private set; }
public:
property ExceptionThrownEvent^ ExceptionThrownEvent {
    ExceptionThrownEvent^ get ();
    private: void set (ExceptionThrownEvent^ value);
}
member ExceptionThrownEvent : ExceptionThrownEvent with get, private set
function get ExceptionThrownEvent () : ExceptionThrownEvent
private function set ExceptionThrownEvent (value : ExceptionThrownEvent)

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ExceptionThrownEvent

.NET Framework Security

See Also

Reference

ResolvedExceptionThrownEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace