CorruptOrDamagedFileException

CorruptOrDamagedFileException()

Varsayılan yapıcı

public CorruptOrDamagedFileException()

Ayrıca bakınız


CorruptOrDamagedFileException(FileType)

FileType ile bir istisna örneği oluşturur

public CorruptOrDamagedFileException(FileType fileType)
Parametre Tip Tanım
fileType FileType dosya türü

Ayrıca bakınız


CorruptOrDamagedFileException(string)

Bir mesajla bir istisna örneği oluşturur

public CorruptOrDamagedFileException(string message)
Parametre Tip Tanım
message String Mesaj

Ayrıca bakınız


CorruptOrDamagedFileException(string, Exception)

Bir mesajla bir istisna örneği oluşturur ve iç istisnayı yayar

public CorruptOrDamagedFileException(string message, Exception exception)
Parametre Tip Tanım
message String Mesaj
exception Exception iç istisna

Ayrıca bakınız