TimeZoneConversionException クラス

定義

日付と時刻をあるタイム ゾーンから別のタイム ゾーンに変換できない場合にスローされる例外。

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

コンストラクター

TimeZoneConversionException()

TimeZoneConversionException クラスの新しいインスタンスを初期化します。

TimeZoneConversionException(String)

指定したエラー メッセージを使用して TimeZoneConversionException クラスの新しいインスタンスを初期化します。

TimeZoneConversionException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、TimeZoneConversionException クラスの新しいインスタンスを初期化します。

適用対象