Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfSecurityException Class
Members

In This Topic
    PdfSecurityException Class
    In This Topic
    Represents an exception that occurred while performing a security related task such as signing, encrypting, decrypting etc.
    Object Model
    PdfSecurityException Class
    Syntax
    'Declaration
     
    Public Class PdfSecurityException 
       Inherits PdfException
    public class PdfSecurityException : PdfException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.PdfSecurityException
                GrapeCity.Documents.Pdf.PdfPasswordException

    See Also