Click or drag to resize

PdfPasswordException Class

Exception thrown when PDF password is missing or is invalid.
Inheritance Hierarchy
SystemObject
  SystemException
    Opait.Pdf.ApiPdfPasswordException

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public class PdfPasswordException : Exception
Constructors
  NameDescription
Public methodPdfPasswordException
Initializes a new instance of the PdfPasswordException class
Public methodPdfPasswordException(String)
Initializes a new instance of the PdfPasswordException class with a specified error message.
Public methodPdfPasswordException(String, Exception)
Initializes a new instance of the PdfPasswordException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also