SqlTraceException Constructor (String, Exception)
Initializes a new instance of the SQLTraceException class with the specified message and inner exception.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Sub New ( _
message As String, _
innerException As Exception _
)
public SqlTraceException (
string message,
Exception innerException
)
public:
SqlTraceException (
String^ message,
Exception^ innerException
)
public SqlTraceException (
String message,
Exception innerException
)
public function SqlTraceException (
message : String,
innerException : Exception
)
Parameters
- message
A String value that specifies the message associated with the general SQL Trace exception.
- innerException
An Exception object value that specifies the inner exception for the SQL Trace exception.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also