Gets an indicator of whether or not an exception should be thrown when a business rules warning is detected.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
bool ThrowExceptionOnWarning { get; set; }
Visual Basic
Property ThrowExceptionOnWarning As Boolean
	Get
	Set
Visual C++
property bool ThrowExceptionOnWarning {
	bool get ();
	void set (bool value);
}

Field Value

true if an exception should be thrown when a business rules warning is detected; false if an exception should not be thrown.

Remarks

If false, the Errors collection will be used instead and should be checked for warnings.

See Also