Aracılığıyla paylaş


SoapMessage.Exception Özellik

Tanım

SoapException XML Web hizmeti yöntemi çağrısından öğesini alır.

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

Özellik Değeri

SoapException XML Web hizmeti yöntemi çağrısında oluşan. null Web Hizmeti yöntemine yapılan çağrı sırasında hiçbir şey SoapException gerçekleşmediyse.

Açıklamalar

özelliğine Exception herhangi bir SoapMessageStagesırasında erişilebilir.

Şunlara uygulanır

Ayrıca bkz.