SqlExceptionInfo Constructors

Definition

Overloads

SqlExceptionInfo(SqlException)
SqlExceptionInfo(SqlException, String, String, String)
SqlExceptionInfo(Exception, String, String, String)

SqlExceptionInfo(SqlException)

public:
 SqlExceptionInfo(System::Data::SqlClient::SqlException ^ ex);
public SqlExceptionInfo (System.Data.SqlClient.SqlException ex);
new Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo : System.Data.SqlClient.SqlException -> Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo
Public Sub New (ex As SqlException)

Parameters

Applies to

SqlExceptionInfo(SqlException, String, String, String)

public:
 SqlExceptionInfo(System::Data::SqlClient::SqlException ^ ex, System::String ^ errorcode, System::String ^ sqlstate, System::String ^ msg);
public SqlExceptionInfo (System.Data.SqlClient.SqlException ex, string errorcode, string sqlstate, string msg);
new Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo : System.Data.SqlClient.SqlException * string * string * string -> Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo
Public Sub New (ex As SqlException, errorcode As String, sqlstate As String, msg As String)

Parameters

errorcode
String
sqlstate
String
msg
String

Applies to

SqlExceptionInfo(Exception, String, String, String)

public:
 SqlExceptionInfo(Exception ^ ex, System::String ^ errorcode, System::String ^ sqlstate, System::String ^ msg);
public SqlExceptionInfo (Exception ex, string errorcode, string sqlstate, string msg);
new Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo : Exception * string * string * string -> Microsoft.HostIntegration.Drda.Common.SqlExceptionInfo
Public Sub New (ex As Exception, errorcode As String, sqlstate As String, msg As String)

Parameters

errorcode
String
sqlstate
String
msg
String

Applies to