[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfSecurityException.-ctor

PdfSecurityException Constructor

PdfSecurityException(string)

Initializes a new instance of the PdfSecurityException class.

Declaration
public PdfSecurityException(string message)
Parameters
Type Name Description
string message

PdfSecurityException(string, Exception)

Initializes a new instance of the PdfSecurityException class.

Declaration
public PdfSecurityException(string message, Exception exception)
Parameters
Type Name Description
string message
Exception exception