Partager via


BatchServiceResponseException<TResponse> Classe

Définition

Représente une exception de service distant qui peut avoir plusieurs réponses de service.

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

Paramètres de type

TResponse

Type de la réponse.

Héritage
BatchServiceResponseException<TResponse>
Dérivé

Propriétés

ServiceResponses

Obtient une liste de réponses retournées par le service Web.

S’applique à