共用方式為


ArgumentException.Message 屬性

定義

取得錯誤訊息和參數名稱,如果未設定任何參數名稱,則只取得錯誤訊息。

public:
 virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String

屬性值

描述例外狀況詳細數據的文字字串。 此屬性的值採用兩種形式之一:

條件 價值
ParamName 是 null 參考(在 Visual Basic 中為Nothing),或長度為零。 傳遞至建構函式 Message 字串。
ParamName 不是 null,而且長度大於零。 附加了無效參數名稱的 Message 字串。

備註

此屬性會覆寫 Message。 錯誤訊息應當地語系化。

適用於