FileTypeNotSupportedException

FileTypeNotSupportedException()

Standardkonstruktor

public FileTypeNotSupportedException()

Siehe auch


FileTypeNotSupportedException(FileType)

Erstellt eine Ausnahmeinstanz mit einem FileType

public FileTypeNotSupportedException(FileType fileType)
Parameter Typ Beschreibung
fileType FileType Der Dateityp

Siehe auch


FileTypeNotSupportedException(string)

Erstellt eine Ausnahmeinstanz mit einer Nachricht

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

Siehe auch