BatchServiceResponseException<TResponse> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Dérivé
Propriétés
ServiceResponses |
Obtient une liste de réponses retournées par le service Web. |