Table of Contents

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

message string

What could not be done.

DocumentConversionException(string, Exception)

Creates the exception wrapping the underlying failure.

public DocumentConversionException(string message, Exception inner)

Parameters

message string

What could not be done.

inner Exception

The library or I/O exception that caused it.