ObjectAccessException Class


The exception that is thrown when an operation is denied, e.g. an attempt was made to set a read-only property.

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

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

Inheritance Hierarchy

SystemObject
  SystemException
    Autodesk.Revit.ExceptionsApplicationException
      Autodesk.Revit.ExceptionsInvalidOperationException
        Autodesk.Revit.ExceptionsObjectAccessException

See Also