TabUnknownParameterException

Assembly: Tab;

Description

The TabUnknownParameterException class implements instance of the exception that occurs on recording function with incorrect parameter type to the table cell.

Comments

If any function with parameters is written to the cell table with incorrect parameter type, then corresponding error message is displayed:

The class allows to implement an instance of the exception which occurs on recording of the function with incorrect parameter type in table cell.

Constructors

  Constructor name Brief description
CreateEx The CreateEx constructor creates an instance of the error which occurs on recording the function with incorrect parameter type in table cell.

Constructors inherited from Exception

  Constructor name Brief description
Create The Create constructor creates an instance of an error.

Class object properties inherited from IException

  Property name Brief description
CSSClassName

The CSSClassName property sets prefix for elements of HTML styles table.
Encoding

The Encoding property specifies a code page for a conversion table, based on which data will be exported.
ExportFromWeb

The ExportFromWeb property determines what action is executed in the web application: an export or opening in the preview mode.

Class object methods inherited from ITabUnknownParameterException

  Method name Brief description
SetParamName The SetParamName method sets function name in instance of the error that appears on writing the function with incorrect parameter type in the cell.

Class object methods inherited from IException

  Method name Brief description
ExportToFile

The ExportToFile method exports data to a file the specified format.

See also:

Tab Assembly Classes