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

属性值

返回所有异常的 ExceptionHandlertrue 对象。

适用于