Soap12FaultCodes.RpcProcedureNotPresentFaultCode 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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。