OfficeIMO

API Reference

Class

ConversionException

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Exception
Implements
ISerializable

Represents errors that occur during document conversion processes.

Inheritance

  • Exception
  • ConversionException

Constructors

ConversionException 3 overloads
public ConversionException() #

Initializes a new instance of the ConversionException class.

public ConversionException(String message) #

Initializes a new instance of the ConversionException class with a specified error message.

Parameters

message System.String requiredposition: 0
The message that describes the error.
public ConversionException(String message, Exception innerException) #

Initializes a new instance of the ConversionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters

message System.String requiredposition: 0
The error message that explains the reason for the exception.
innerException System.Exception requiredposition: 1
The exception that is the cause of the current exception.