다음을 통해 공유


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

속성 값

설명

또는 ExceptionDispatchInfonull 로 설정 Exception 하면 예외가 처리된 것으로 처리되며 런타임에 의해 다시 throw되지 않습니다.

를 로 true 설정 ExceptionHandled 하면 예외도 처리됨으로 표시됩니다.

적용 대상