Class BatchServiceResponseException<TResponse>
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a remote service exception that can have multiple service responses.
public abstract class BatchServiceResponseException<TResponse> : ServiceRemoteException, ISerializable where TResponse : ServiceResponse
Type Parameters
TResponse
The type of the response.
- Inheritance
-
BatchServiceResponseException<TResponse>
- Implements
- Derived
- Inherited Members
Properties
ServiceResponses
Gets a list of responses returned by the web method.
public ServiceResponseCollection<TResponse> ServiceResponses { get; }
Property Value
- ServiceResponseCollection<TResponse>