Create

<< Click to Display Table of Contents >>

Navigation:  Classes > EZLibError > Methods >

Create

SIGNATURE=IWZLibEx.EZLibError.Create@TZError@String

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor Create(error: TZError; const dummy: String = ''); overload;

C++:

public: __fastcall EZLibError(TZError error, const String dummy = "");

 

Description: This is Create, a member of class EZLibError.