The exception that is thrown when a Business Rule is violated.

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

Syntax

C#
[SerializableAttribute]
public class BusinessRulesViolationException : Exception
Visual Basic
<SerializableAttribute> _
Public Class BusinessRulesViolationException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class BusinessRulesViolationException : public Exception

Remarks

This is a somewhat general exception that is normally thrown as a catch-all whan an iMIS business rule has been violated but a more specific error has not been specified. This exception is normally thrown from CErrors when an error or warning was detected and ThrowExceptionOnError or ThrowExceptionOnWarning has been set to true for the logged in user.

Inheritance Hierarchy

See Also