Partager via


SoapMessage.Exception Propriété

Définition

Obtient l’appel SoapException à la méthode de service Web XML.

public:
 property System::Web::Services::Protocols::SoapException ^ Exception { System::Web::Services::Protocols::SoapException ^ get(); };
public:
 property System::Web::Services::Protocols::SoapException ^ Exception { System::Web::Services::Protocols::SoapException ^ get(); void set(System::Web::Services::Protocols::SoapException ^ value); };
public System.Web.Services.Protocols.SoapException Exception { get; }
public System.Web.Services.Protocols.SoapException Exception { get; set; }
member this.Exception : System.Web.Services.Protocols.SoapException
member this.Exception : System.Web.Services.Protocols.SoapException with get, set
Public ReadOnly Property Exception As SoapException
Public Property Exception As SoapException

Valeur de propriété

Qui SoapException s’est produit dans l’appel à la méthode de service Web XML. null si aucune n’a SoapException eu lieu pendant l’appel à la méthode de service web.

Remarques

La Exception propriété est accessible pendant n’importe quel SoapMessageStage.

S’applique à

Voir aussi