Table of Contents

Class ServiceRequestException

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an error that occurs when a service operation request fails (e.g. connection error).

public class ServiceRequestException : ServiceRemoteException, ISerializable
Inheritance
ServiceRequestException
Implements
Inherited Members

Constructors

ServiceRequestException()

ServiceRequestException Constructor.

public ServiceRequestException()

ServiceRequestException(string)

ServiceRequestException Constructor.

public ServiceRequestException(string message)

Parameters

message string

Error message text.

ServiceRequestException(string, Exception)

ServiceRequestException Constructor.

public ServiceRequestException(string message, Exception innerException)

Parameters

message string

Error message text.

innerException Exception

Inner exception.