Retrieves the caption of default resolution of the failure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2011
Syntax
C# |
---|
public string GetDefaultResolutionCaption() |
Visual Basic |
---|
Public Function GetDefaultResolutionCaption As String |
Visual C++ |
---|
public: String^ GetDefaultResolutionCaption() |
Return Value
The caption of default resolution of the failure.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | This FailureMessageAccessor has not been properly initialized. |