|
PhysicalParserMaximumExceptionsAllowed Property
|
Gets or sets the maximum number of exceptions
in the exception list before parser will quit.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public int MaximumExceptionsAllowed { get; set; }
Public Property MaximumExceptionsAllowed As Integer
Get
Set
public:
property int MaximumExceptionsAllowed {
int get ();
void set (int value);
}
member MaximumExceptionsAllowed : int with get, set
function get_MaximumExceptionsAllowed();
function set_MaximumExceptionsAllowed(value);
View SourceProperty Value
Int32Remarks Enter a negative value to disable this safeguard.
See Also