'/' 應用程式中發生伺服器錯誤。

值不能為 null。
參數名稱: input

描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外詳細資訊: System.ArgumentNullException: 值不能為 null。
參數名稱: input

原始程式錯誤:


行 3:  	{
行 4:  		System.Text.RegularExpressions.Regex reg = new System.Text.RegularExpressions.Regex(@"^[-]?\d+[.]?\d*$"); 
行 5:  		return reg.IsMatch(str); 
行 6:  	}
行 7:  	//Check String

原始程式檔: c:\inetpub\wwwroot\ccpp\admin\includes\module\accessory.aspx    行: 5

堆疊追蹤:


[ArgumentNullException: 值不能為 null。
參數名稱: input]
   System.Text.RegularExpressions.Regex.IsMatch(String input) +7042806
   ASP._tw_02_brand_01_detail_aspx.IsNumeric(String str) in c:\inetpub\wwwroot\ccpp\admin\includes\module\accessory.aspx:5
   ASP._tw_02_brand_01_detail_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\ccpp\_tw\02_brand\01_detail.aspx:25
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


版本資訊: Microsoft .NET Framework 版本:2.0.50727.5420; ASP.NET 版本:2.0.50727.5420