[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfSecurityException

Class PdfSecurityException

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents an exception that occurred while performing a security related task such as signing, encrypting, decrypting etc.

public class PdfSecurityException : PdfException, ISerializable, _Exception
Inheritance
PdfSecurityException
Implements
Derived
Inherited Members

Constructors

PdfSecurityException(string)

Initializes a new instance of the PdfSecurityException class.

public PdfSecurityException(string message)

Parameters

message string

PdfSecurityException(string, Exception)

Initializes a new instance of the PdfSecurityException class.

public PdfSecurityException(string message, Exception exception)

Parameters

message string
exception Exception