ArgumentOutOfRangeException::Message Property
Gets the error message and the string representation of the invalid argument value, or only the error message if the argument value is null.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::StringThe text message for this exception. The value of this property takes one of two forms, as follows.
Condition | Value |
|---|---|
The actualValue is nullptr. | The message string passed to the constructor. |
The actualValue is not nullptr. | The message string appended with the string representation of the invalid argument value. |
Implements
_Exception::MessageThis property overrides Message.
The error message should describe the expected values of the parameter that causes this exception. The error message should be localized.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.