Freigeben über


SqlTraceFailToLoadInstAPIAssemblyException-Konstruktor (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

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
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
)

Parameter

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

SqlTraceFailToLoadInstAPIAssemblyException Klasse

SqlTraceFailToLoadInstAPIAssemblyException-Überladung

Microsoft.SqlServer.Management.Trace-Namespace

Andere Ressourcen

Behandeln von SMO-Ausnahmen