| Revit Preview Release API |
| ArgumentException..::..Message Property |
| ArgumentException Class See Also |
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: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public override string Message { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property Message As String Get |
| Visual C++ |
|---|
public: virtual property String^ Message { String^ get () override; } |
Implements
_Exception..::..Message
Remarks
The text of Message should completely describe the error and should, when possible, explain how to correct it.