ConversionNotSupportedException

ConversionNotSupportedException()

デフォルトのコンストラクター

public ConversionNotSupportedException()

関連項目


ConversionNotSupportedException(FileType, FileType)

ソース FileType とターゲット Filetype で例外インスタンスを作成します

public ConversionNotSupportedException(FileType source, FileType target)
パラメータ タイプ 説明
source FileType ソース ファイルの種類
target FileType 対象ファイルの種類

関連項目


ConversionNotSupportedException(string)

message で例外インスタンスを作成します

public ConversionNotSupportedException(string message)
パラメータ タイプ 説明
message String メッセージ

関連項目