Returns list of the failure resolution types attempted for the failure in the current transaction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public IList<FailureResolutionType> GetAttemptedResolutionTypes( FailureMessageAccessor failure )
Parameters
- failure FailureMessageAccessor
- The failure.
Return Value
IList<FailureResolutionType>The list of the types of failure resolutions attempted for the failure.
Exceptions
Exception | Condition |
---|---|
ArgumentException | failure has not been properly initialized. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |