| Revit 2019.2 API |
| BuiltInFailures..::..GeneralFailures..::..GenericFatalError Property |
| BuiltInFailures..::..GeneralFailures Class See Also |
A fatal error has occurred. The application will be terminated. You will be given the opportunity to save
recovery files for all of your changed projects.\tWould you like to save a recovery file for [Project Name]?
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public static FailureDefinitionId GenericFatalError { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property GenericFatalError As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ GenericFatalError { FailureDefinitionId^ get (); } |