RVTDocs.com

ArgumentException.Message

Property
Description:
Gets the error message and the parameter name, or only the error message if no parameter name is set.
Remarks:
The text of Message should completely describe the error and should, when possible, explain how to correct it.
Syntax
public override string Message { get; }