RevitServerModelNameBreaksConventionException Class
The exception that is thrown when the model is breaking the project naming convention.

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022

Syntax

C#
[SerializableAttribute]
public class RevitServerModelNameBreaksConventionException : RevitServerException
Visual Basic
<SerializableAttribute> _
Public Class RevitServerModelNameBreaksConventionException _
	Inherits RevitServerException
Visual C++
[SerializableAttribute]
public ref class RevitServerModelNameBreaksConventionException : public RevitServerException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Autodesk.Revit.Exceptions..::..ApplicationException
      Autodesk.Revit.Exceptions..::..RevitServerException
        Autodesk.Revit.Exceptions..::..RevitServerModelNameBreaksConventionException

See Also