FileTypeNotSupportedException

FileTypeNotSupportedException(string)

Initierar en ny instans avFileTypeNotSupportedException klass.

public FileTypeNotSupportedException(string message)
Parameter Typ Beskrivning
message String Meddelandet som beskriver felet.

Se även


FileTypeNotSupportedException(string, Exception)

Initierar en ny instans avFileTypeNotSupportedException klass.

public FileTypeNotSupportedException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Felmeddelandet som förklarar orsaken till undantaget.
innerException Exception Undantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även