The exception that is thrown when the user tries to update an object that may not be updated.

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

Syntax

C#
[SerializableAttribute]
public class ObjectCantBeUpdatedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ObjectCantBeUpdatedException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ObjectCantBeUpdatedException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.ObjectCantBeUpdatedException

See Also