SoapFault.FaultCode 속성

정의

SoapFault에 대한 오류 코드를 가져오거나 설정합니다.

public:
 property System::String ^ FaultCode { System::String ^ get(); void set(System::String ^ value); };
public string FaultCode { get; set; }
member this.FaultCode : string with get, set
Public Property FaultCode As String

속성 값

SoapFault에 대한 오류 코드입니다.

설명

오류 코드 요소는 오류를 식별 하는 알고리즘 메커니즘을 제공 합니다.

적용 대상