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