Java.Sql.SQLException Members

The members of Java.Sql.SQLException are listed below.

See Also: Inherited members from Java.Lang.Exception

Public Constructors

Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.
Creates an SQLException object.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ErrorCodeint. Returns the integer error code for this SQLException.
NextExceptionSQLException. Retrieves the SQLException chained to this SQLException, if any.
[read-only]
SQLStatestring. Retrieves the SQLState description string for this SQLException object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Explicitly Implemented Interface Members

Java.Lang.IIterable.IteratorDocumentation for this section has not yet been entered.