1b31dc18e8
* fixes * Generate empty constructors for testing
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();
|
|
}
|
|
}
|