[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

EMaskError.Create

Constructor for the class instance.

Declaration

Source position: masks.pas line 46

public constructor EMaskError.Create(

  const msg: string;

  aCode: TMaskExceptionCode

);

Arguments

msg

  

Message for the exception.

aCode

  

Error code for the exception.

Description

Calls the CreateFmt constructor using the values in msg and aCode as arguments.

See also

EMaskError.CreateFmt

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home