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