FaultCode.SubCode Property

Definition

Gets the fault subcode.

public:
 property System::ServiceModel::FaultCode ^ SubCode { System::ServiceModel::FaultCode ^ get(); };
public System.ServiceModel.FaultCode SubCode { get; }
member this.SubCode : System.ServiceModel.FaultCode
Public ReadOnly Property SubCode As FaultCode

Property Value

A FaultCode object that represents the fault subcode.

Applies to