SoapMessage.Exception Eigenschap

Definitie

Hiermee haalt u de SoapException aanroep naar de XML-webservicemethode op.

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

Waarde van eigenschap

De SoapException aanroep van de XML-webservicemethode. null als er geen SoapException is opgetreden tijdens het aanroepen van de webservicemethode.

Opmerkingen

De Exception accommodatie is toegankelijk tijdens elke SoapMessageStage.

Van toepassing op

Zie ook