ExceptionHandler.AlwaysHandle 속성

정의

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

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

속성 값

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

적용 대상