The exception that is thrown when an attempt has been made to do something that is not currently supported by iBO.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Asi.iBO..::..BusinessRulesViolationException
      Asi.iBO..::..UnsupportedFunctionalityException

See Also