StatementEvent.SQLException Property

Definition

Returns the SQLException the driver is about to throw

public virtual Java.Sql.SQLException? SQLException { [Android.Runtime.Register("getSQLException", "()Ljava/sql/SQLException;", "GetGetSQLExceptionHandler")] get; }
[<get: Android.Runtime.Register("getSQLException", "()Ljava/sql/SQLException;", "GetGetSQLExceptionHandler")>]
member this.SQLException : Java.Sql.SQLException

Property Value

The SQLException the driver is about to throw <p>

Attributes

Remarks

Returns the SQLException the driver is about to throw

Added in 1.6.

Java documentation for javax.sql.StatementEvent.getSQLException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to