ConnectionEvent.SQLException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.