Soap12FaultCodes.RpcProcedureNotPresentFaultCode 字段

定义

表示 SOAP 1.2 版 rpc:ProcedureNotPresent 错误子代码,用于指示 XML Web services 不支持请求的 XML Web services 方法。

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 不会在 属性设置为 RpcProcedureNotPresentFaultCode的情况下SoapFaultSubCode.Code自动引发 SoapException

SoapException 具有 SubCode 类型的 SoapFaultSubCode 属性,该属性表示 SOAP 错误子代码。 属性 SoapFaultSubCode.Code 表示实际 SOAP 错误子代码的 URI。 将 SoapFaultSubCode.Code 属性设置为 RpcProcedureNotPresentFaultCode时,将 SoapException.Code 属性设置为 SenderFaultCode

适用于