SoapMessage.Exception Property

Definition

Gets the SoapException from the call to the XML Web service method.

C#
public System.Web.Services.Protocols.SoapException Exception { get; }
C#
public System.Web.Services.Protocols.SoapException Exception { get; set; }

Property Value

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 Service method.

Remarks

The Exception property can be accessed during any SoapMessageStage.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also