Ignore any line which contains an error and keep going. False by default

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

Syntax

C#
public bool IgnoreBadLines { get; set; }
Visual Basic (Declaration)
Public Property IgnoreBadLines As Boolean
Visual C++
public:
property bool IgnoreBadLines {
	bool get ();
	void set (bool value);
}

See Also