Bagikan melalui


SoapMessage.Exception Properti

Definisi

SoapException Mendapatkan dari panggilan ke metode layanan 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

Nilai Properti

SoapException yang terjadi dalam panggilan ke metode layanan Web XML. null jika tidak ada SoapException yang terjadi selama panggilan ke metode Layanan Web.

Keterangan

Properti Exception dapat diakses selama .SoapMessageStage

Berlaku untuk

Lihat juga