Class SQLException
Inheritance
System.Object
System.Exception
SQLException
Namespace: Telerik.OpenAccess.RT.sql
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public class SQLException : Exception, ISerializable, _Exception, IBackendError
Constructors
SQLException(SerializationInfo, StreamingContext)
Declaration
public SQLException(SerializationInfo sInfo, StreamingContext ctx)
Parameters
System.
|
System.
|
SQLException(String, Exception)
Declaration
public SQLException(string reason, Exception innerEx)
Parameters
System.
|
System.
|
Fields
ConnectionHasBeenClosed
Declaration
public static readonly string ConnectionHasBeenClosed
Field Value
System.
|
ConnectionWasBroken
Declaration
public static readonly int ConnectionWasBroken
Field Value
System.
|
Properties
ArrayBindIndex
Declaration
public int ArrayBindIndex { get; set; }
Property Value
System.
|
Description
Declaration
public virtual string Description { get; }
Property Value
System.
|
Implements
ErrorCode
Declaration
public int ErrorCode { get; }
Property Value
System.
|
Number
ObjectId
Declaration
public IObjectId ObjectId { get; }
Property Value
Implements
Methods
getNextException()
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo sInfo, StreamingContext ctx)
Parameters
System.
|
System.
|
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)