Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the original ExceptionEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
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.