The exception that is thrown when the user tries to update an object that may not be updated.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public class ObjectCantBeUpdatedException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class ObjectCantBeUpdatedException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class ObjectCantBeUpdatedException : public Exception |