Files
speckle-sharp-host-apis/Speckle.Revit2023.Fakes/generated/Autodesk.Revit.Exceptions.CentralModelContentionException.s.cs
Adam Hathcock 1b31dc18e8 Generate empty constructors for testing (#27)
* fixes

* Generate empty constructors for testing
2024-07-01 14:58:01 +00:00

12 lines
299 B
C#

namespace Autodesk.Revit.Exceptions;
public partial class CentralModelContentionException : Autodesk.Revit.Exceptions.CentralModelException
{
public CentralModelContentionException() { }
public virtual System.String CurrentUser
{
get => throw new System.NotImplementedException();
}
}