ArgumentOutOfRangeException.Message 属性
获取错误信息和无效参数值的字符串表示形式;或者,如果该参数值为空,则仅获取错误信息。
**命名空间:**System
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Overrides ReadOnly Property Message As String
用法
Dim instance As ArgumentOutOfRangeException
Dim value As String
value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
String^ get () override;
}
/** @property */
public String get_Message ()
public override function get Message () : String
属性值
此异常的文本消息。此属性的值采用以下两种形式之一。
条件 |
值 |
---|---|
actualValue 为空引用(在 Visual Basic 中为 Nothing)。 |
传递到构造函数的 message 字符串。 |
actualValue 不为空引用(在 Visual Basic 中为 Nothing)。 |
附有无效参数值字符串表示形式的 message 字符串。 |
备注
此属性重写 Message。
错误信息应描述导致此异常的参数所需要的值。应本地化错误信息。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0
请参见
参考
ArgumentOutOfRangeException 类
ArgumentOutOfRangeException 成员
System 命名空间