343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
7 lines
172 B
C#
7 lines
172 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class DirectoryNotFoundException : Autodesk.Revit.Exceptions.IOException
|
|
{
|
|
public DirectoryNotFoundException() { }
|
|
}
|