TransientElementCreationException Class


The exception that is thrown when TransientElementCreationScope is used incorrectly.

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2016

Syntax

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

Remarks

The exception would be thrown in the following cases:
  • An element that does not support TransientElementCreationScope is being created in the Scope.
  • A TransientElementCreationScope is being created while another such scope is already active.

Inheritance Hierarchy

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →