ServiceCredentials.ExceptionMapper Property

Definition

Gets or sets the exception mapper associated with the service credentials.

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

Property Value

The exception mapper associated with the service credentials.

Applies to