343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
7 lines
184 B
C#
7 lines
184 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class TransmittedModelException : Autodesk.Revit.Exceptions.InvalidOperationException
|
|
{
|
|
public TransmittedModelException() { }
|
|
}
|