BatchServiceResponseException<TResponse> Classe

Definição

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
BatchServiceResponseException<TResponse>
Derivado

Propriedades

ServiceResponses

Obtém uma lista de respostas retornadas pelo serviço Web.

Aplica-se a