FileTypeNotSupportedException

FileTypeNotSupportedException()

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

public FileTypeNotSupportedException()

関連項目


FileTypeNotSupportedException(FileType)

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

public FileTypeNotSupportedException(FileType fileType)
パラメータ タイプ 説明
fileType FileType ファイルの種類

関連項目


FileTypeNotSupportedException(string)

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

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

関連項目