CorruptOrDamagedFileException

CorruptOrDamagedFileException()

Standaard constructeur

public CorruptOrDamagedFileException()

Zie ook


CorruptOrDamagedFileException(FileType)

Maakt een uitzonderingsinstantie met een FileType

public CorruptOrDamagedFileException(FileType fileType)
Parameter Type Beschrijving
fileType FileType Het bestandstype

Zie ook


CorruptOrDamagedFileException(string)

Creëert een exception instance met een message

public CorruptOrDamagedFileException(string message)
Parameter Type Beschrijving
message String De boodschap

Zie ook


CorruptOrDamagedFileException(string, Exception)

Maakt een uitzonderingsinstantie met een bericht en verspreidt de interne uitzondering

public CorruptOrDamagedFileException(string message, Exception exception)
Parameter Type Beschrijving
message String De boodschap
exception Exception De innerlijke uitzondering

Zie ook