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 如果没有

属性

注解

属性 getter 文档:

通过 setNextException(SQLException ex)检索链接到此 SQLException 对象的异常。

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

属性 setter 文档:

将对象 SQLException 添加到链的末尾。

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

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于