ResolvedExceptionEvent.ExceptionEvent Property
Gets the original ExceptionEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property ExceptionEvent As ExceptionEvent
Get
Private Set
public ExceptionEvent ExceptionEvent { get; private set; }
public:
property ExceptionEvent^ ExceptionEvent {
ExceptionEvent^ get ();
private: void set (ExceptionEvent^ value);
}
member ExceptionEvent : ExceptionEvent with get, private set
function get ExceptionEvent () : ExceptionEvent
private function set ExceptionEvent (value : ExceptionEvent)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.ExceptionEvent
.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.