SqlTraceException Constructor (String)
Initializes a new instance of the SQLTraceException class with the specified message.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Sub New ( _
message As String _
)
public SqlTraceException (
string message
)
public:
SqlTraceException (
String^ message
)
public SqlTraceException (
String message
)
public function SqlTraceException (
message : String
)
Parameters
- message
A String value that specifies the message associated with the general 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