1b31dc18e8
* fixes * Generate empty constructors for testing
7 lines
200 B
C#
7 lines
200 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class TransientElementCreationException : Autodesk.Revit.Exceptions.InvalidOperationException
|
|
{
|
|
public TransientElementCreationException() { }
|
|
}
|