Classe SqlTraceFailToLoadInstAPIAssemblyException
The SQLTraceFailToLoadInstAPIAssemblyException class represents the exception raised by the SMO trace objects when an Inst API assembly fails to load.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Trace.SqlTraceException
Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class SqlTraceFailToLoadInstAPIAssemblyException _
Inherits SqlTraceException
'Utilizzo
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
Nel tipo SqlTraceFailToLoadInstAPIAssemblyException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SqlTraceFailToLoadInstAPIAssemblyException() | Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class. | |
SqlTraceFailToLoadInstAPIAssemblyException(String) | Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message. | |
SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext) | Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified serialization information and the specified streaming context. | |
SqlTraceFailToLoadInstAPIAssemblyException(String, Exception) | Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message and inner exception. | |
SqlTraceFailToLoadInstAPIAssemblyException(Type, String) | Initializes a new instance of the SQLTraceFailToLoadInstAPIAssemblyException class with the specified message source and message. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Trace