SoapException.MustUnderstandFaultCode 필드

정의

MustUnderstand 특성으로 표시된 SOAP 요소를 나타내는 SOAP 오류 코드는 처리되지 않았습니다.

public: static initonly System::Xml::XmlQualifiedName ^ MustUnderstandFaultCode;
public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode;
 staticval mutable MustUnderstandFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly MustUnderstandFaultCode As XmlQualifiedName 

필드 값

설명

모든 SOAP 요소가 서버에서 처리해야 하는 것은 아닙니다. 그러나 SOAP 요소가 1 또는 true와 같은 특성으로 MustUnderstand 표시된 경우 처리가 필요합니다. 요소를 처리하지 못하면 가 인 가 SoapExceptionMustUnderstandFaultCode생성됩니다.

적용 대상