InvalidPdfFileFormatException

InvalidPdfFileFormatException(string)

Initierar en ny instans avInvalidPdfFileFormatException class.

public InvalidPdfFileFormatException(string message)
ParameterTypBeskrivning
messageStringBudskapet.

Se även


InvalidPdfFileFormatException(string, Exception)

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

public InvalidPdfFileFormatException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringFelmeddelandet som förklarar orsaken till undantaget.
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även


InvalidPdfFileFormatException(Exception)

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

public InvalidPdfFileFormatException(Exception innerException)
ParameterTypBeskrivning
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även