ServiceRequestException Class

Definition

Represents an error that occurs when a service operation request fails.

public ref class ServiceRequestException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class ServiceRequestException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class ServiceRequestException
Inherits ServiceRemoteException
Inheritance
ServiceRequestException

Constructors

ServiceRequestException()

Initializes a new instance of the ServiceRequestException class.

ServiceRequestException(String)

Initializes a new instance of the ServiceRequestException class with an error message.

ServiceRequestException(String, Exception)

Initializes a new instance of the ServiceRequestException class with an error message and an inner exception.

Applies to