Class DocumentConversionException
- Namespace
- DocToolkit
- Assembly
- DocToolkit.dll
Thrown when a document conversion fails.
public sealed class DocumentConversionException : Exception, ISerializable
- Inheritance
-
DocumentConversionException
- Implements
- Inherited Members
Constructors
DocumentConversionException(string)
Creates the exception with a message describing the failure.
public DocumentConversionException(string message)
Parameters
messagestringWhat could not be done.
DocumentConversionException(string, Exception)
Creates the exception wrapping the underlying failure.
public DocumentConversionException(string message, Exception inner)