Class InvalidPdfFileFormatException

InvalidPdfFileFormatException class

The exception that is thrown when a pdf file is invalid.

public sealed class InvalidPdfFileFormatException : InvalidFileFormatException

Constructors

NameDescription
InvalidPdfFileFormatException(Exception)Initializes a new instance of the InvalidPdfFileFormatException class with a reference to the inner exception that is the cause of this exception.
InvalidPdfFileFormatException(string)Initializes a new instance of the InvalidPdfFileFormatException class.
InvalidPdfFileFormatException(string, Exception)Initializes a new instance of the InvalidPdfFileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also