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.2.0

Syntax

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

Field Value

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

Implements

IiMISUser..::.ThrowExceptionOnError

Remarks

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

See Also