Number of non-fatal processing errors before throwing a fatal processing error

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int MaxProcessingErrors { get; set; }
Visual Basic (Declaration)
Public Property MaxProcessingErrors As Integer
Visual C++
public:
property int MaxProcessingErrors {
	int get ();
	void set (int value);
}

See Also