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)
Property Value
Type: System.Web.Services.Protocols.SoapExceptionThe 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: