Knight Data Access Layer
SqlException Constructor(String)




KellermanSoftware.NetDataAccessLayer Namespace > SqlException Class > SqlException Constructor : SqlException Constructor(String)
The exception message
SQL exception with a message
Syntax
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New SqlException(message)
public SqlException( 
   string message
)
public: SqlException( 
   string* message
)
public:
SqlException( 
   String^ message
)

Parameters

message
The exception message
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 Class
SqlException Members
Overload List