TimeZoneConversionException Class

Definition

The exception that is thrown when a date and time cannot be converted from one time zone to another.

public ref class TimeZoneConversionException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class TimeZoneConversionException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class TimeZoneConversionException
Inherits ServiceLocalException
Inheritance
TimeZoneConversionException

Constructors

TimeZoneConversionException()

Initializes a new instance of the TimeZoneConversionException class.

TimeZoneConversionException(String)

Initializes a new instance of the TimeZoneConversionException class with the specified error message.

TimeZoneConversionException(String, Exception)

Initializes a new instance of the TimeZoneConversionException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Applies to