ResolvedExceptionThrownEvent.ExceptionThrownEvent Property
Gets the original ExceptionThrownEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.