Click or drag to resize

BasicNoUIObjErrorLimit Property

Gets or sets the limit for the number of syntax errors reported.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public int ErrorLimit { get; set; }

Property Value

Int32
The limit for the number of syntax errors reported.

Implements

IBasicNoUIErrorLimit
Remarks

2025-01-24: This property has no effect at this time.

The default ErrorLimit is 1. If ErrorLimit is set to a value greater than one then ErrorLog must be used to collect the error information.
See Also