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