SqlTraceFailToLoadInstAPIAssemblyException 构造函数 (SerializationInfo, StreamingContext)

Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified serialization information and the specified streaming context.

命名空间:  Microsoft.SqlServer.Management.Trace
程序集:  Microsoft.SqlServer.ConnectionInfoExtended(在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

语法

声明
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
用法
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SqlTraceFailToLoadInstAPIAssemblyException(info, context)
protected SqlTraceFailToLoadInstAPIAssemblyException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SqlTraceFailToLoadInstAPIAssemblyException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SqlTraceFailToLoadInstAPIAssemblyException
protected function SqlTraceFailToLoadInstAPIAssemblyException(
    info : SerializationInfo, 
    context : StreamingContext
)

参数