SoapMessage.Exception Eigenschaft

Definition

Ruft die SoapException aus dem Aufruf an die XML-Webdienstmethode ab.

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

Eigenschaftswert

Die SoapException, die im Aufruf an die XML-Webdienstmethode auftrat. null , wenn während des Aufrufs der Webdienstmethode keine SoapException aufgetreten ist.

Hinweise

Auf die Exception -Eigenschaft kann während einer beliebigen SoapMessageStagezugegriffen werden.

Gilt für:

Weitere Informationen