PublishSubscribeException.FaultCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the fault code string specified by the server in case of a 4xx response from the server; will return String.Empty if no fault code is specified.
public:
property System::String ^ FaultCode { System::String ^ get(); };
public string FaultCode { get; }
member this.FaultCode : string
Public ReadOnly Property FaultCode As String