Condividi tramite


SoapMessage.Exception Proprietà

Definizione

Ottiene l'oggetto SoapException dalla chiamata al metodo del servizio 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

Valore della proprietà

Oggetto SoapException che si è verificato nella chiamata al metodo del servizio Web XML. null se non si è verificato alcun SoapException errore durante la chiamata al metodo del servizio Web.

Commenti

È possibile accedere alla Exception proprietà durante qualsiasi SoapMessageStageoggetto .

Si applica a

Vedi anche