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] | ErrorCode | int. Returns the integer error code for this SQLException. |
| NextException | SQLException. Retrieves the SQLException chained to this SQLException,
if any. |
| [read-only] | SQLState | string. Retrieves the SQLState description string for this SQLException object. |
Protected Properties
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. 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