Udostępnij za pośrednictwem


SoapMessage.Exception Właściwość

Definicja

Pobiera metodę SoapException z wywołania do metody usługi sieci 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

Wartość właściwości

Wystąpił SoapException w wywołaniu metody usługi sieci Web XML. null jeśli nie SoapException wystąpił podczas wywołania metody usługi sieci Web.

Uwagi

Dostęp Exception do właściwości można uzyskać podczas dowolnego SoapMessageStageelementu .

Dotyczy

Zobacz też