2023 Class
Changes 0
C

InvalidObjectException

Description:
The exception that is thrown when referencing an object that is no longer valid.
Remarks:
The object may no longer exist for many reasons:
  • The object was explicitly deleted from the database.
  • A change to other database items caused the item to be automatically deleted from the database.
  • The object no longer exists as its creation was undone (by rolling a transaction back).
Inheritance Hierarchy:
System.Object
  System.Exception
    Autodesk.Revit.Exceptions.ApplicationException
      Autodesk.Revit.Exceptions.InvalidOperationException
        Autodesk.Revit.Exceptions.InvalidObjectException
[SerializableAttribute]
public class InvalidObjectException : InvalidOperationException
Name Return Type Description Inherited From
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object.
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object. ApplicationException
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object. InvalidOperationException
Name Return Type Description Inherited From
P FunctionId FunctionId The information of the function throwing the exception. ApplicationException