BatchServiceResponseException<TResponse> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
Properties
ServiceResponses |
Gets a list of responses that are returned by the Web service. |