BatchServiceResponseException<TResponse> class

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

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
<SerializableAttribute> _
Public MustInherit Class BatchServiceResponseException(Of TResponse As ServiceResponse) _
	Inherits ServiceRemoteException
'Usage
Dim instance As BatchServiceResponseException(Of TResponse)

Type parameters

TResponse

The response type.

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: