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: 2026-06-17 00:21
  • by 127.0.0.1