ResolvedExceptionEvent.ExceptionEvent Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the original ExceptionEvent.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property ExceptionEvent As ExceptionEvent
Get
Private Set
'Usage
Dim instance As ResolvedExceptionEvent
Dim value As ExceptionEvent
value = instance.ExceptionEvent
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.TraceLog.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.