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