語言

SQLException.NextException 屬性

定義

擷取由 setNextException(SQLException ex) 串接到此 SQLException 物件的例外。 -或- 在鏈條末端加上一個 SQLException 物件。

public virtual Java.Sql.SQLException? NextException { [Android.Runtime.Register("getNextException", "()Ljava/sql/SQLException;", "GetGetNextExceptionHandler")] get; [Android.Runtime.Register("setNextException", "(Ljava/sql/SQLException;)V", "GetSetNextException_Ljava_sql_SQLException_Handler")] set; }
[<get: Android.Runtime.Register("getNextException", "()Ljava/sql/SQLException;", "GetGetNextExceptionHandler")>]
[<set: Android.Runtime.Register("setNextException", "(Ljava/sql/SQLException;)V", "GetSetNextException_Ljava_sql_SQLException_Handler")>]
member this.NextException : Java.Sql.SQLException with get, set

屬性值

鏈條中的下一個 SQLException 物體; null 若沒有,則指下一個物體

屬性

備註

財產取得者文件:

擷取由 setNextException(SQLException ex) 串接到此 SQLException 物件的例外。

Java 文件 java.sql.SQLException.getNextException()

屬性設定文件:

在鏈條末端加入一個 SQLException 物件。

Java 文件 java.sql.SQLException.setNextException(java.sql.SQLException)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於