다음을 통해 공유


Soap12FaultCodes.RpcProcedureNotPresentFaultCode 필드

정의

XML Web services가 요청된 XML Web services 메서드를 지원하지 않음을 나타내는 SOAP 버전 1.2 rpc:ProcedureNotPresent 오류 하위 코드를 나타냅니다.

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

필드 값

설명

ASP.NET은 자동으로 throw 하지 않습니다는 SoapException 사용 하 여는 SoapFaultSubCode.Code 속성으로 설정 RpcProcedureNotPresentFaultCode합니다.

SoapException 클래스에는 SubCode 형식의 속성 SoapFaultSubCode SOAP 오류 하위 코드를 나타내는입니다. SoapFaultSubCode.Code 속성 실제 SOAP 오류 하위 코드에 대 한 URI를 나타냅니다. 설정 하는 경우는 SoapFaultSubCode.Code 속성을 RpcProcedureNotPresentFaultCode로 설정 합니다 SoapException.Code 속성을 SenderFaultCode입니다.

적용 대상