ServiceCredentials.ExceptionMapper Propiedad

Definición

Obtiene o establece el asignador de excepciones asociado a las credenciales del servicio.

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

Valor de propiedad

ExceptionMapper

Asignador de excepciones asociado a las credenciales del servicio.

Se aplica a