MobileErrorInfo.LineNumber 屬性

定義

傳回程式碼中發生例外狀況的行號 (如果已啟用追蹤)。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property System::String ^ LineNumber { System::String ^ get(); void set(System::String ^ value); };
public string LineNumber { get; set; }
member this.LineNumber : string with get, set
Public Property LineNumber As String

屬性值

程式碼中發生例外狀況的行號。

適用於

另請參閱