System.SysUtils.ENotSupportedException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectENotSupportedException

Delphi

ENotSupportedException = class(Exception);

C++

class PASCALIMPLEMENTATION ENotSupportedException : public Exception

Properties

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

Description

This exception indicates that an operation is not supported because it is not implemented.

You can use ENotSupportedException when you didn't implement an execution path.

See Also