| 
            
              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.257-beta
Syntaxpublic 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
Int32
RemarksEnter a negative value to disable this safeguard.
See Also