Compartir a través de


BatchServiceResponseException<TResponse> Clase

Definición

Representa una excepción de servicio remoto que puede tener varias respuestas de servicio.

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

Tipo de la respuesta.

Herencia
BatchServiceResponseException<TResponse>
Derivado

Propiedades

ServiceResponses

Obtiene una lista de respuestas devueltas por el servicio web.

Se aplica a