ConversionNotSupportedException

ConversionNotSupportedException()

Standardkonstruktor

public ConversionNotSupportedException()

Siehe auch


ConversionNotSupportedException(FileType, FileType)

Erstellt eine Ausnahmeinstanz mit einem Quelldateityp und einem Zieldateityp

public ConversionNotSupportedException(FileType source, FileType target)
Parameter Typ Beschreibung
source FileType Der Quelldateityp
target FileType Der Zieldateityp

Siehe auch


ConversionNotSupportedException(string)

Erstellt eine Ausnahmeinstanz mit einer Nachricht

public ConversionNotSupportedException(string message)
Parameter Typ Beschreibung
message String Die Nachricht

Siehe auch