다음을 통해 공유


ServiceCredentials.ExceptionMapper 속성

정의

서비스 자격 증명에 연결된 예외 매퍼를 가져오거나 설정합니다.

public:
 property System::ServiceModel::ExceptionMapper ^ ExceptionMapper { System::ServiceModel::ExceptionMapper ^ get(); void set(System::ServiceModel::ExceptionMapper ^ value); };
public System.ServiceModel.ExceptionMapper ExceptionMapper { get; set; }
member this.ExceptionMapper : System.ServiceModel.ExceptionMapper with get, set
Public Property ExceptionMapper As ExceptionMapper

속성 값

ExceptionMapper

서비스 자격 증명에 연결된 예외 매퍼입니다.

적용 대상