Gets the error message and the parameter name, or only the error message if no parameter name is set.
Namespace: Autodesk.Revit.ExceptionsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public override string Message { get; }Property Value
String
Remarks
The text of Message should completely describe the error and should, when possible, explain how to correct it.
See Also
Reference