ajterr:10060

Static constructors must not have any parameters (AJTERR10060)

Product(s) Karo.Net Compiler

As static constructors get called in the runtime, it is invalid to specify any parameters.

[static]
[constructor]
|a: string|: void { } /*
 ^^^^^^^^^ Defining parameters in static constructors is invalid. */

Remove all parameters from the static constructor.

  • ajterr/10060.txt
  • Last modified: 2025-09-28 16:15
  • by admin