ConversionNotSupportedException

ConversionNotSupportedException()

Default constructor

public ConversionNotSupportedException()

Se även


ConversionNotSupportedException(FileType, FileType)

Skapar en undantagsinstans med en källfiltyp och en målfiltyp

public ConversionNotSupportedException(FileType source, FileType target)
Parameter Typ Beskrivning
source FileType Källfiltypen
target FileType Målfiltypen

Se även


ConversionNotSupportedException(string)

Skapar en undantagsinstans med ett meddelande

public ConversionNotSupportedException(string message)
Parameter Typ Beskrivning
message String Budskapet

Se även