ResolvedExceptionThrownEvent.ExceptionThrownEvent 屬性

取得原始ExceptionThrownEvent。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property ExceptionThrownEvent As 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)

屬性值

型別:Microsoft.VisualStudio.IntelliTrace.ExceptionThrownEvent

.NET Framework 安全性

請參閱

參考

ResolvedExceptionThrownEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間