Constructor PdfException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfException()
Initializes a new instance of the PdfException class.
public PdfException()
PdfException(string)
Initializes a new instance of the PdfException class.
public PdfException(string message)
Parameters
message
stringThe message.
PdfException(string, Exception)
Initializes a new instance of the PdfException class.
public PdfException(string message, Exception innerException)
Parameters
PdfException(SerializationInfo, StreamingContext)
Initializes a new instance of the PdfException class.
protected PdfException(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).