SoapMessage::Exception Property
.NET Framework (current version)
Gets the SoapException from the call to the XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property SoapException^ Exception { SoapException^ get(); void set(SoapException^ value); }
Property Value
Type: System.Web.Services.Protocols::SoapException^The SoapException that occurred in the call to the XML Web service method. null if no SoapException has occurred during the call to the Web Sevice method.
The Exception property can be accessed during any SoapMessageStage.
.NET Framework
Available since 1.1
Available since 1.1
Show: