ConversionNotSupportedException

ConversionNotSupportedException()

Standaard constructeur

public ConversionNotSupportedException()

Zie ook


ConversionNotSupportedException(FileType, FileType)

Maakt een uitzonderingsinstantie met een bronbestandstype en een doelbestandstype

public ConversionNotSupportedException(FileType source, FileType target)
Parameter Type Beschrijving
source FileType Het bronbestandstype
target FileType Het doelbestandstype

Zie ook


ConversionNotSupportedException(string)

Creëert een exception instance met een message

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

Zie ook