FaultConverter Classe
Definição
Converte as exceções geradas por um canal em mensagens de falha SOAP em conformidade com o protocolo do canal.Converts exceptions thrown by a channel into SOAP fault messages that conform to the channel's protocol.
public ref class FaultConverter abstract
public abstract class FaultConverter
type FaultConverter = class
Public MustInherit Class FaultConverter
- Herança
-
FaultConverter
Construtores
| FaultConverter() |
Inicializa uma nova instância da classe FaultConverter.Initializes a new instance of the FaultConverter class. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetDefaultFaultConverter(MessageVersion) |
Obtém o conversor de falha padrão.Gets the default fault converter. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| OnTryCreateException(Message, MessageFault, Exception) |
Tenta criar a exceção.Tries to create the exception. |
| OnTryCreateFaultMessage(Exception, Message) |
Tenta criar a mensagem de falha após a falha ser convertida em uma exceção SOAP.Tries to create the fault message once the fault has been converted to a SOAP exception. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| TryCreateException(Message, MessageFault, Exception) |
Encapsula OnTryCreateException(Message, MessageFault, Exception) com verificação de erros.Wraps OnTryCreateException(Message, MessageFault, Exception) with error checking. |
| TryCreateFaultMessage(Exception, Message) |
Encapsula OnTryCreateFaultMessage(Exception, Message) com verificação de erros.Wraps OnTryCreateFaultMessage(Exception, Message) with error checking. |