InvalidFormatException

InvalidFormatException()

Initialiseert een nieuw exemplaar van hetInvalidFormatException klasse.

public InvalidFormatException()

Zie ook


InvalidFormatException(string)

Initialiseert een nieuw exemplaar van hetInvalidFormatException klasse.

public InvalidFormatException(string message)
Parameter Type Beschrijving
message String Het bericht dat de fout beschrijft.

Zie ook


InvalidFormatException(string, Exception)

Initialiseert een nieuw exemplaar van hetInvalidFormatException klasse.

public InvalidFormatException(string message, Exception innerException)
Parameter Type Beschrijving
message String Het foutbericht waarin de reden voor de uitzondering wordt uitgelegd.
innerException Exception De uitzondering die de oorzaak is van de huidige uitzondering, of een null-referentie (Niets in Visual Basic) als er geen interne uitzondering is opgegeven.

Zie ook