[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

einvalidargument

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when invalid arguments are passed to a function.

Declaration

Source position: math.pp line 103

type einvalidargument = class(EMathError) end;

Inheritance

einvalidargument

  

Exception raised when invalid arguments are passed to a function.

|

EMathError

  

Mathematical error

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject