Condividi tramite


Costruttore SqlTraceFailToLoadInstAPIAssemblyException (String)

Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message.

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
Dim message As String 

Dim instance As New SqlTraceFailToLoadInstAPIAssemblyException(message)
public SqlTraceFailToLoadInstAPIAssemblyException(
    string message
)
public:
SqlTraceFailToLoadInstAPIAssemblyException(
    String^ message
)
new : 
        message:string -> SqlTraceFailToLoadInstAPIAssemblyException
public function SqlTraceFailToLoadInstAPIAssemblyException(
    message : String
)

Parametri

  • message
    Tipo: System.String
    A String value that specifies the message associated with the general SQL Trace Fail to Load Inst API Assembly exception.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

SqlTraceFailToLoadInstAPIAssemblyException Classe

Overload SqlTraceFailToLoadInstAPIAssemblyException

Spazio dei nomi Microsoft.SqlServer.Management.Trace

Altre risorse

Gestione delle eccezioni SMO