The FilterException class informs about errors which can occur when a text filter is used to convert a document to or from another format.

Syntax

public class FilterException : Exception
Public Class FilterException
  Inherits EventArgs

Introduced: X14.

Constructors

Constructor Description
FilterException Initializes a new instance of the FilterException class.

Enumerations

Enumeration Description
FilterError Enumerates errors which can occur when a text filter is used to convert a TX Text Control document to or from another format.

Properties

Property Description
Reason Gets the error which is the cause of this exception.