ResolvedExceptionThrownEvent.ExceptionThrownEvent Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the original ExceptionThrownEvent.

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

Syntax

'Declaration
Public Property ExceptionThrownEvent As ExceptionThrownEvent
    Get
    Private Set
'Usage
Dim instance As ResolvedExceptionThrownEvent
Dim value As ExceptionThrownEvent

value = instance.ExceptionThrownEvent
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.TraceLog.ExceptionThrownEvent

.NET Framework Security

See Also

Reference

ResolvedExceptionThrownEvent Class

ResolvedExceptionThrownEvent Members

Microsoft.VisualStudio.TraceLog Namespace