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
stringError message text.
ServiceRemoteException(string, Exception)
ServiceRemoteException Constructor.
public ServiceRemoteException(string message, Exception innerException)