LinqConnect Documentation
Devart.Data.Linq Namespace / LinqCommandExecutionException Class
Members

In This Topic
    LinqCommandExecutionException Class
    In This Topic
    This exception is raised when any internal ADO.NET exception occurs. System.Exception.InnerException property stores the exception, that was raised on ADO.NET level. Usually it is DbException for our providers. LinqCommandExecutionException was introduced for exception unification when working with different database servers simultaneously.
    Syntax
    'Declaration
     
    Public Class LinqCommandExecutionException 
       Inherits System.Exception
       Implements System.Runtime.InteropServices._ExceptionSystem.Runtime.Serialization.ISerializable 
    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