ForbiddenForDynamicUpdateException
Description:
The exception that is thrown when making or attempting to make changes that are forbidden during dynamic updates to the model.
The exception that is thrown when making or attempting to make changes that are forbidden during dynamic updates to the model.
Remarks:
Modifications leading to a new mutual relationship between elements that did not depend on each other before are potentially not safe in work-set environment. This exception is thrown when an Updater either makes such modifications or attempts to call a method that will or may modify the model in such unsafe matter.
Modifications leading to a new mutual relationship between elements that did not depend on each other before are potentially not safe in work-set environment. This exception is thrown when an Updater either makes such modifications or attempts to call a method that will or may modify the model in such unsafe matter.
Inheritance Hierarchy:
System.Object
System.Exception
Autodesk.Revit.Exceptions.ApplicationException
Autodesk.Revit.Exceptions.InvalidOperationException
Autodesk.Revit.Exceptions.ForbiddenForDynamicUpdateException
System.Object
System.Exception
Autodesk.Revit.Exceptions.ApplicationException
Autodesk.Revit.Exceptions.InvalidOperationException
Autodesk.Revit.Exceptions.ForbiddenForDynamicUpdateException
[SerializableAttribute]
public class ForbiddenForDynamicUpdateException : InvalidOperationException
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | None | Retrieves data needed to serialize the target object. | |
| GetObjectData(SerializationInfo, StreamingContext) | None | Retrieves data needed to serialize the target object. | ApplicationException |
| GetObjectData(SerializationInfo, StreamingContext) | None | Retrieves data needed to serialize the target object. | InvalidOperationException |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FunctionId | FunctionId | The information of the function throwing the exception. | ApplicationException |