Table of Contents

Class ServiceRemoteException

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

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

public class ServiceRemoteException : Exception, ISerializable
Inheritance
ServiceRemoteException
Implements
Derived
Inherited Members

Constructors

ServiceRemoteException()

ServiceRemoteException Constructor.

public ServiceRemoteException()

ServiceRemoteException(string)

ServiceRemoteException Constructor.

public ServiceRemoteException(string message)

Parameters

message string

Error message text.

ServiceRemoteException(string, Exception)

ServiceRemoteException Constructor.

public ServiceRemoteException(string message, Exception innerException)

Parameters

message string

Error message text.

innerException Exception

Inner exception.