Knight Data Access Layer
SqlException Class
Members 




KellermanSoftware.NetDataAccessLayer Namespace : SqlException Class
Occurs when the SQL could not be executed for the current database provider
Syntax
Public Class SqlException 
   Inherits System.Data.DataException
Dim instance As SqlException
public class SqlException : System.Data.DataException 
public __gc class SqlException : public System.Data.DataException 
public ref class SqlException : public System.Data.DataException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.Data.DataException
            KellermanSoftware.NetDataAccessLayer.SqlException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlException Members
KellermanSoftware.NetDataAccessLayer Namespace