283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
12 lines
299 B
C#
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();
|
|
}
|
|
}
|