Click or drag to resize

PhysicalParserMaximumExceptionsAllowed Property

Gets or sets the maximum number of exceptions in the exception list before parser will quit.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public int MaximumExceptionsAllowed { get; set; }
View Source

Property Value

Int32
Remarks
Enter a negative value to disable this safeguard.
See Also