|
<< Click to Display Table of Contents >> Navigation: Classes > EIWHSysException > Methods > Create |
SIGNATURE=IWException.EIWHSysException.Create@Cardinal@string@string
ETYPE=Method
Declaration:
Delphi: |
public constructor Create(const AErrorCode: Cardinal; const AFunctionName: string; const ADetails: string); overload; |
C++: |
public: __fastcall EIWHSysException(const unsigned AErrorCode, const String AFunctionName, const String ADetails); |
Description: This is Create, a member of class EIWHSysException.