BatchServiceResponseException<TResponse> Class

Definition

Represents a remote service exception that can have multiple service responses.

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

Type Parameters

TResponse

The response type.

Inheritance
BatchServiceResponseException<TResponse>
Derived

Properties

ServiceResponses

Gets a list of responses that are returned by the Web service.

Applies to