Class InvalidPdfFileFormatException

InvalidPdfFileFormatException class

الاستثناء الذي يتم رميه عندما يكون ملف pdf غير صالح.

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