다음을 통해 공유


ExceptionHandler.AlwaysHandle 속성

정의

모든 예외를 처리하는 ExceptionHandler 인스턴스를 가져옵니다.

public:
 static property System::ServiceModel::Dispatcher::ExceptionHandler ^ AlwaysHandle { System::ServiceModel::Dispatcher::ExceptionHandler ^ get(); };
public static System.ServiceModel.Dispatcher.ExceptionHandler AlwaysHandle { get; }
member this.AlwaysHandle : System.ServiceModel.Dispatcher.ExceptionHandler
Public Shared ReadOnly Property AlwaysHandle As ExceptionHandler

속성 값

ExceptionHandler

모든 예외에 대해 ExceptionHandler를 반환하는 true 개체입니다.

적용 대상