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