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#
public bool ThrowExceptionOnWarning { get; set; }
Visual Basic
Public Property ThrowExceptionOnWarning As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ThrowExceptionOnWarning {
	bool get () sealed;
	void set (bool value) sealed;
}

Field Value

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

Implements

IiMISUser..::..ThrowExceptionOnWarning

Remarks

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

See Also