RVTDocs.com
Namespace: Autodesk.Revit.DB

FailureMessage

Class
Description:
Represents a message describing a failure of an operation in Revit.
Remarks:
Failure messages are typically shown to the user in the Revit error dialog. This class contains the following information about the failures:
  1. The basic description of the failure (retrieved from the FailureDefinition)
  2. The available resolutions for the failure.
  3. The elements related to the failure.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FailureMessage
Syntax
public class FailureMessage : IDisposable