SqlExceptionInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ex
- SqlException
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
- ex
- SqlException
- 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
- ex
- Exception
- errorcode
- String
- sqlstate
- String
- msg
- String