Share via


ResponseSummary.FaultReason Property

 

A string describing the fault, if one occurred. Get this property from the service response.

Syntax

public string FaultReason { set; get; }
Public Property FaultReason As String

Remarks

The FaultReason property is empty if the ResponseSummary.StatusCode Property has a value of StatusCode.Success.