MessageFault.GetDetail Método
Definição
Retorna o objeto de detalhes da mensagem de falha.Returns the detail object of the message fault.
Sobrecargas
| GetDetail<T>(XmlObjectSerializer) |
Retorna o objeto de detalhes que usa o XmlObjectSerializer especificado.Returns the detail object that uses the specified XmlObjectSerializer. |
| GetDetail<T>() |
Retorna o objeto de detalhes da mensagem de falha.Returns the detail object of the message fault. |
GetDetail<T>(XmlObjectSerializer)
Retorna o objeto de detalhes que usa o XmlObjectSerializer especificado.Returns the detail object that uses the specified XmlObjectSerializer.
public:
generic <typename T>
T GetDetail(System::Runtime::Serialization::XmlObjectSerializer ^ serializer);
public T GetDetail<T> (System.Runtime.Serialization.XmlObjectSerializer serializer);
member this.GetDetail : System.Runtime.Serialization.XmlObjectSerializer -> 'T
Public Function GetDetail(Of T) (serializer As XmlObjectSerializer) As T
Parâmetros de tipo
- T
O tipo do objeto de detalhe.The type of the detail object.
Parâmetros
- serializer
- XmlObjectSerializer
O XmlObjectSerializer a ser usado ao desserializar o objeto de detalhes.The XmlObjectSerializer to use when deserializing the detail object.
Retornos
- T
O objeto de detalhes contido no MessageFault.The detail object contained in the MessageFault.
Aplica-se a
GetDetail<T>()
Retorna o objeto de detalhes da mensagem de falha.Returns the detail object of the message fault.
public:
generic <typename T>
T GetDetail();
public T GetDetail<T> ();
member this.GetDetail : unit -> 'T
Public Function GetDetail(Of T) () As T
Parâmetros de tipo
- T
O tipo do objeto de detalhe.The type of the detail object.
Retornos
- T
O objeto de detalhes da mensagem de falha.The detail object of the message fault.