Java.Sql.SQLException.NextException Property
Retrieves the SQLException chained to this SQLException, if any.

Syntax

[get: Android.Runtime.Register("getNextException", "()Ljava/sql/SQLException;", "GetGetNextExceptionHandler")]
[set: Android.Runtime.Register("setNextException", "(Ljava/sql/SQLException;)V", "GetSetNextException_Ljava_sql_SQLException_Handler")]
public virtual SQLException NextException { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Retrieves the SQLException chained to this SQLException, if any.

Set method documentation [Android Documentation]

Obsolete. Appends ex to the end of this chain.

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1