Constructor CannotDecryptPdfException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CannotDecryptPdfException()
Initializes a new instance of the CannotDecryptPdfException class.
public CannotDecryptPdfException()
CannotDecryptPdfException(string)
Initializes a new instance of the CannotDecryptPdfException class.
public CannotDecryptPdfException(string message)
Parameters
message
stringThe message.
CannotDecryptPdfException(string, Exception)
Initializes a new instance of the CannotDecryptPdfException class.
public CannotDecryptPdfException(string message, Exception innerException)
Parameters
CannotDecryptPdfException(SerializationInfo, StreamingContext)
Initializes a new instance of the CannotDecryptPdfException class.
protected CannotDecryptPdfException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
The
info
parameter is null.- SerializationException
The class name is null or HResult is zero (0).