ArgumentOutOfRangeException::Message Property
.NET Framework (current version)
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::String^The text message for this exception. The value of this property takes one of two forms, as follows.
Condition | Value |
|---|---|
The actualValue is null. | The message string passed to the constructor. |
The actualValue is not null. | 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: