System.Bindings.EvalProtocol.EWrapperError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEWrapperError

Delphi

EWrapperError = class(Exception);

C++

class PASCALIMPLEMENTATION EWrapperError : public System::Sysutils::Exception

Properties

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

Description

Exception class for signaling errors in the behavior of a wrapper.

EWrapperError is the exception class for signaling errors in the behavior of a wrapper.

See Also