BatchServiceResponseException<TResponse> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma exceção de serviço remoto que pode ter várias respostas de serviço.
generic <typename TResponse>
where TResponse : ServiceResponsepublic ref class BatchServiceResponseException abstract : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public abstract class BatchServiceResponseException<TResponse> : Microsoft.Exchange.WebServices.Data.ServiceRemoteException where TResponse : ServiceResponse
Public MustInherit Class BatchServiceResponseException(Of TResponse)
Inherits ServiceRemoteException
Parâmetros de tipo
- TResponse
O tipo de resposta.
- Herança
- Derivado
Propriedades
ServiceResponses |
Obtém uma lista de respostas retornadas pelo serviço Web. |