Table of Contents

Class ServiceLocalException

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

Represents an error that occurs when a service operation fails locally (e.g. validation error).

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

Constructors

ServiceLocalException()

ServiceLocalException Constructor.

public ServiceLocalException()

ServiceLocalException(string)

ServiceLocalException Constructor.

public ServiceLocalException(string message)

Parameters

message string

Error message text.

ServiceLocalException(string, Exception)

ServiceLocalException Constructor.

public ServiceLocalException(string message, Exception innerException)

Parameters

message string

Error message text.

innerException Exception

Inner exception.