Soap12FaultCodes.ReceiverFaultCode Campo
Definição
Representa o código de falha Receiver do SOAP versão 1.2, que indica que um erro ocorreu durante o processamento de uma chamada de cliente no servidor devido a um problema com o destinatário.Represents the SOAP version 1.2 Receiver fault code indicating an error occurred during the processing of a client call on the server due to a problem with the recipient.
public: static initonly System::Xml::XmlQualifiedName ^ ReceiverFaultCode;
public static readonly System.Xml.XmlQualifiedName ReceiverFaultCode;
staticval mutable ReceiverFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly ReceiverFaultCode As XmlQualifiedName
Valor do campo
Comentários
Um SoapException é lançado com a Code propriedade definida como ReceiverFaultCode quando um servidor é chamado e não pode responder a uma solicitação devido a problemas de rede.A SoapException is thrown with the Code property set to ReceiverFaultCode when a server is called and it could not respond to a request due to network problems. Normalmente, com esse tipo de exceção, a chamada do cliente pode ter sucesso mais tarde.Typically, with this type of exception, the client call may succeed later.
O Receiver código de falha SOAP é semelhante ao Server código de falha, que é representado pelo ServerFaultCode campo, mas o Server código de falha é usado quando a solicitação SOAP é enviada usando SOAP 1,1.The Receiver SOAP fault code is similar to the Server fault code, which is represented by the ServerFaultCode field, but the Server fault code is used when the SOAP request is sent using SOAP 1.1. Para verificar se a Code propriedade é ou não Receiver os Server códigos de falha SOAP, chame o IsServerFaultCode método.To check whether the Code property is either the Receiver or Server SOAP fault codes, call the IsServerFaultCode method.