SoapMessage.Exception Egenskap

Definition

SoapException Hämtar från anropet till XML-webbtjänstmetoden.

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

Egenskapsvärde

Det SoapException som inträffade i anropet till XML-webbtjänstmetoden. null om inget SoapException har inträffat under anropet till webbtjänstmetoden.

Kommentarer

Egenskapen Exception kan nås under valfri SoapMessageStage.

Gäller för

Se även