FileTypeNotSupportedException

FileTypeNotSupportedException()

默认构造函数

public FileTypeNotSupportedException()

也可以看看


FileTypeNotSupportedException(FileType)

创建具有 FileType 的异常实例

public FileTypeNotSupportedException(FileType fileType)
范围 类型 描述
fileType FileType 文件类型

也可以看看


FileTypeNotSupportedException(string)

创建一个带有消息 的异常实例

public FileTypeNotSupportedException(string message)
范围 类型 描述
message String 讯息

也可以看看