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