Langage

SQLException.NextException Propriété

Définition

Récupère l’exception chaînée à cet SQLException objet par setNextException(SQLException ex). -ou- Ajoute un SQLException objet à la fin de la chaîne.

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

Valeur de propriété

l’objet suivant SQLException dans la chaîne ; null s’il n’y a aucun

Attributs

Remarques

Documentation getter de propriété :

Récupère l’exception chaînée à cet SQLException objet par setNextException(SQLException ex).

Java documentation pour java.sql.SQLException.getNextException().

Documentation du jeu de propriétés :

Ajoute un SQLException objet à la fin de la chaîne.

Java documentation pour java.sql.SQLException.setNextException(java.sql.SQLException).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à