ArgumentExceptionMessage Property

Gets the error message and the parameter name, or only the error message if no parameter name is set.

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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