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