SoapFault.FaultString 속성

정의

SoapFault에 대한 오류 메시지를 가져오거나 설정합니다.

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

속성 값

SoapFault에 대한 오류 메시지입니다.

설명

오류 문자열 요소 오류의 사용자가 읽을 수 있는 설명을 제공 하 고 처리 알고리즘을 사용할 수 없습니다.

적용 대상