System.SysUtils.EInvalidOpException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEInvalidOpException

Delphi

EInvalidOpException = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidOpException : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

This exception is raised when an operand is invalid.

Some functions cannot accept arguments with any possible values. The raise of an EInvalidOpException is a way to signal an invalid operand.

See Also