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

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

Syntax

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

Field Value

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

Remarks

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

See Also