Table of Contents

Class TimeZoneConversionException

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

Represents an error that occurs when a date and time cannot be converted from one time zone to another.

public class TimeZoneConversionException : ServiceLocalException, ISerializable
Inheritance
TimeZoneConversionException
Implements
Inherited Members

Constructors

TimeZoneConversionException()

ServiceLocalException Constructor.

public TimeZoneConversionException()

TimeZoneConversionException(string)

ServiceLocalException Constructor.

public TimeZoneConversionException(string message)

Parameters

message string

Error message text.

TimeZoneConversionException(string, Exception)

ServiceLocalException Constructor.

public TimeZoneConversionException(string message, Exception innerException)

Parameters

message string

Error message text.

innerException Exception

Inner exception.