System.Bindings.CustomWrapper.ECustomWrapperError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectECustomWrapperError

Delphi

ECustomWrapperError = class(Exception);

C++

class PASCALIMPLEMENTATION ECustomWrapperError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper System.Bindings.CustomWrapper

Description

Exception class for managing custom wrapper errors.

ECustomWrapperError is the exception class for errors that are raised when managing custom wrappers.

See Also

Code Examples