ConversionNotSupportedException

ConversionNotSupportedException()

Konstruktor default

public ConversionNotSupportedException()

Lihat juga


ConversionNotSupportedException(FileType, FileType)

Membuat instance pengecualian dengan FileType sumber dan Filetype target

public ConversionNotSupportedException(FileType source, FileType target)
Parameter Jenis Keterangan
source FileType Jenis file sumber
target FileType Jenis file tujuan

Lihat juga


ConversionNotSupportedException(string)

Membuat instance pengecualian dengan pesan

public ConversionNotSupportedException(string message)
Parameter Jenis Keterangan
message String Pesan

Lihat juga