2011年7月10日 星期日

VB 例外問題 System.NullReferenceException

System.NullReferenceException
http://msdn.microsoft.com/zh-tw/library/sxw2ez55(v=vs.80).aspx


使用 New 關鍵字建立執行個體。
您可能嘗試使用物件,但未提供該物件的執行個體。例如, Dim CustomerTable As DataTable 應該重新撰寫為 Dim CustomerTable As New DataTable
包括檢查 null 參考的程式碼區塊。
        以程式的方式判斷函式是否已傳回 null (在 Visual Basic 中是 Nothing ),而非傳回物件的執行個體。

在 Try…Catch…Finally 陳述式中,明確補捉 NullReferenceException。

沒有留言:

張貼留言