Share

ArgumentException.Message 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: 26.1.0.0 (26.1.0.34)

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

Was this information helpful?