次の方法で共有


ResourceExecutedContext.ExceptionDispatchInfo プロパティ

定義

現在 Exceptionの を取得または設定します。

public:
 virtual property System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ ExceptionDispatchInfo { System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ get(); void set(System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ value); };
public virtual System.Runtime.ExceptionServices.ExceptionDispatchInfo ExceptionDispatchInfo { get; set; }
public virtual System.Runtime.ExceptionServices.ExceptionDispatchInfo? ExceptionDispatchInfo { get; set; }
member this.ExceptionDispatchInfo : System.Runtime.ExceptionServices.ExceptionDispatchInfo with get, set
Public Overridable Property ExceptionDispatchInfo As ExceptionDispatchInfo

プロパティ値

注釈

または ExceptionDispatchInfo を にnull設定Exceptionすると、例外は処理対象として処理され、ランタイムによって再スローされません。

を にtrue設定ExceptionHandledすると、例外も処理済みとしてマークされます。

適用対象