System.Bindings.CustomWrapper.ECustomWrapperError

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.