TimeZoneConversionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
TimeZoneConversionException() |
Initializes a new instance of the TimeZoneConversionException class. |
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. |
TimeZoneConversionException(String) |
Initializes a new instance of the TimeZoneConversionException class with the specified error message. |