ConnectionEvent.SQLException Property

Definition

Retrieves the SQLException for this ConnectionEvent object.

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 about to be thrown or null

Attributes

Remarks

Retrieves the SQLException for this ConnectionEvent object. May be null.

Java documentation for javax.sql.ConnectionEvent.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