次の方法で共有


ConfigurationException.Line プロパティ

エラーが発生した行の番号を取得します。

Public ReadOnly Property Line As Integer
[C#]
public int Line {get;}
[C++]
public: __property int get_Line();
[JScript]
public function get Line() : int;

プロパティ値

エラーが発生した行の番号。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ConfigurationException クラス | ConfigurationException メンバ | System.Configuration 名前空間