Partager via


SoapMessage.Exception Propriété

Définition

Obtient SoapException à partir de l'appel à 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é

SoapException survenu lors de l'appel à la méthode de service Web XML. null si aucun ne SoapException s’est produit pendant l’appel à la méthode du service web.

Remarques

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

S’applique à

Voir aussi