SqlTraceFailToLoadInstAPIAssemblyException Constructor (String)
Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException 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 SqlTraceFailToLoadInstAPIAssemblyException (
string message
)
public:
SqlTraceFailToLoadInstAPIAssemblyException (
String^ message
)
public SqlTraceFailToLoadInstAPIAssemblyException (
String message
)
public function SqlTraceFailToLoadInstAPIAssemblyException (
message : String
)
Parameters
- message
A String value that specifies the message associated with the general SQL Trace Fail to Load Inst API Assembly 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.