SqlTraceFailToLoadInstAPIAssemblyException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified serialization information and the specified streaming context.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected SqlTraceFailToLoadInstAPIAssemblyException (
SerializationInfo info,
StreamingContext context
)
protected:
SqlTraceFailToLoadInstAPIAssemblyException (
SerializationInfo^ info,
StreamingContext context
)
protected SqlTraceFailToLoadInstAPIAssemblyException (
SerializationInfo info,
StreamingContext context
)
protected function SqlTraceFailToLoadInstAPIAssemblyException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
A SerializationInfo object value that specifies the serialization information for the SQL Trace Fail to Load Inst API Assembly exception.
- context
A StreamingContext object value that specifies the streaming context for the 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.