ConversionNotSupportedException

ConversionNotSupportedException()

默认构造函数

public ConversionNotSupportedException()

也可以看看


ConversionNotSupportedException(FileType, FileType)

创建具有源 FileType 和目标 Filetype 的异常实例

public ConversionNotSupportedException(FileType source, FileType target)
范围 类型 描述
source FileType 源文件类型
target FileType 目标文件类型

也可以看看


ConversionNotSupportedException(string)

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

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

也可以看看