SQLException SQLException Class
Definition
An exception that indicates a failed JDBC operation.
[Android.Runtime.Register("java/sql/SQLException", ApiSince=1, DoNotGenerateAcw=true)]
public class SQLException : Java.Lang.Exception, IDisposable, Java.Lang.IIterable
type SQLException = class
inherit Exception
interface ISerializable
interface IJavaObject
interface IDisposable
interface IIterable
- Inheritance
- Derived
- Attributes
- Implements
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
SQLException() SQLException() |
Creates an |
SQLException(IntPtr, JniHandleOwnership) SQLException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
SQLException(String) SQLException(String) |
Creates an |
SQLException(String, String) SQLException(String, String) |
Creates an |
SQLException(String, String, Int32) SQLException(String, String, Int32) |
Creates an |
SQLException(String, String, Int32, Throwable) SQLException(String, String, Int32, Throwable) |
Creates an SQLException object. |
SQLException(String, String, Throwable) SQLException(String, String, Throwable) |
Creates an SQLException object. |
SQLException(String, Throwable) SQLException(String, Throwable) |
Creates an SQLException object. |
SQLException(Throwable) SQLException(Throwable) |
Creates an SQLException object. |
Properties
Cause Cause |
Returns the cause of this |
Class Class | Inherited from Throwable |
ErrorCode ErrorCode |
Returns the integer error code for this |
Handle Handle |
The handle to the underlying Android instance. (Inherited from Throwable) |
IJavaObjectEx.IsProxy IJavaObjectEx.IsProxy | Inherited from Throwable |
IJavaObjectEx.KeyHandle IJavaObjectEx.KeyHandle | Inherited from Throwable |
IJavaObjectEx.NeedsActivation IJavaObjectEx.NeedsActivation | Inherited from Throwable |
IJavaPeerable.JniManagedPeerState IJavaPeerable.JniManagedPeerState | Inherited from Throwable |
JniIdentityHashCode JniIdentityHashCode | Inherited from Throwable |
JniPeerMembers JniPeerMembers | |
LocalizedMessage LocalizedMessage |
Returns the detail message which was provided when this
|
Message Message |
Returns the detail message which was provided when this
|
NextException NextException |
Retrieves the |
PeerReference PeerReference | Inherited from Throwable |
SQLState SQLState |
Retrieves the |
StackTrace StackTrace | Inherited from Throwable |
ThresholdClass ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
AddSuppressed(Throwable) AddSuppressed(Throwable) |
Adds |
Dispose() Dispose() | Inherited from Throwable |
Dispose(Boolean) Dispose(Boolean) | Inherited from Throwable |
FillInStackTrace() FillInStackTrace() |
Records the stack trace from the point where this method has been called
to this |
GetStackTrace() GetStackTrace() |
Returns a clone of the array of stack trace elements of this |
GetSuppressed() GetSuppressed() |
Returns the throwables suppressed by this. (Inherited from Throwable) |
InitCause(Throwable) InitCause(Throwable) |
Initializes the cause of this |
Iterator() Iterator() |
Obsolete. |
PrintStackTrace() PrintStackTrace() |
Writes a printable representation of this |
PrintStackTrace(PrintStream) PrintStackTrace(PrintStream) |
Writes a printable representation of this |
PrintStackTrace(PrintWriter) PrintStackTrace(PrintWriter) |
Writes a printable representation of this |
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Throwable) |
SetStackTrace(StackTraceElement[]) SetStackTrace(StackTraceElement[]) |
Sets the array of stack trace elements. (Inherited from Throwable) |
ToString() ToString() | Inherited from Throwable |
UnregisterFromRuntime() UnregisterFromRuntime() | Inherited from Throwable |
Explicit Interface Implementations
Fields
is_generated is_generated | Inherited from Throwable |