[]
Represents an exception that occurred while performing a security related task such as signing, encrypting, decrypting etc.
public class PdfSecurityException : PdfException, ISerializable, _Exception
Initializes a new instance of the PdfSecurityException class.
public PdfSecurityException(string message)
message
stringInitializes a new instance of the PdfSecurityException class.
public PdfSecurityException(string message, Exception exception)