Partager via


Classe SqlTraceFailToLoadInstAPIAssemblyException

The SQLTraceFailToLoadInstAPIAssemblyException class represents the exception raised by the SMO trace objects when an Inst API assembly fails to load.

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Trace.SqlTraceException
        Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class SqlTraceFailToLoadInstAPIAssemblyException _
    Inherits SqlTraceException
'Utilisation
Dim instance As SqlTraceFailToLoadInstAPIAssemblyException
[SerializableAttribute]
public class SqlTraceFailToLoadInstAPIAssemblyException : SqlTraceException
[SerializableAttribute]
public ref class SqlTraceFailToLoadInstAPIAssemblyException : public SqlTraceException
[<SerializableAttribute>]
type SqlTraceFailToLoadInstAPIAssemblyException =  
    class 
        inherit SqlTraceException 
    end
public class SqlTraceFailToLoadInstAPIAssemblyException extends SqlTraceException

Le type SqlTraceFailToLoadInstAPIAssemblyException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SqlTraceFailToLoadInstAPIAssemblyException() Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class.
Méthode publique SqlTraceFailToLoadInstAPIAssemblyException(String) Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message.
Méthode protégée SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext) Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified serialization information and the specified streaming context.
Méthode publique SqlTraceFailToLoadInstAPIAssemblyException(String, Exception) Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message and inner exception.
Méthode publique SqlTraceFailToLoadInstAPIAssemblyException(Type, String) Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message source and message.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété publique HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Informations critiques de sécurité. (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Événements

  Nom Description
Événement protégé SerializeObjectState (hérité de Exception.)

Haut de la page

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Trace

Autres ressources

Gestion des exceptions SMO