Diagnostics.MaxStoredErrorMessages Property

Top 

Description

The maximum number of error messages to store. Once this value is exceeded, the oldest messages will be dropped until the total is less-than-or-equal-to the maximum.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

100

Valid Range:

Diagnostics.MaxStoredErrorMessages ≥ 0

 

Syntax

myVariable1 = myDiagnostics1.MaxStoredErrorMessages;

 

myDiagnostics1.MaxStoredErrorMessages = myVariable1;

 

See also

Diagnostics Object