DocumentFormatException

DocumentFormatException(string)

Initierar en ny instans av klassen DocumentFormatException.

public DocumentFormatException(string message)
Parameter Typ Beskrivning
message String Meddelande som beskriver undantagskontext

Se även


DocumentFormatException(string, Exception)

Initierar en ny instans av klassen DocumentFormatException med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

public DocumentFormatException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Meddelande som beskriver undantagskontext
innerException Exception Inre undantag

Se även