Classe SqlTraceException
The SQLTraceException class represents the general exception raised by the SMO trace objects.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Trace..::..SqlTraceException
Microsoft.SqlServer.Management.Trace. . :: . .SqlTraceFailToInstantiateTypeException
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 SqlTraceException _
Inherits SqlServerManagementException
'Utilizzo
Dim instance As SqlTraceException
[SerializableAttribute]
public class SqlTraceException : SqlServerManagementException
[SerializableAttribute]
public ref class SqlTraceException : public SqlServerManagementException
[<SerializableAttribute>]
type SqlTraceException =
class
inherit SqlServerManagementException
end
public class SqlTraceException extends SqlServerManagementException
Nel tipo SqlTraceException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SqlTraceException() () () () | Initializes a new instance of the SQLTraceException class. | |
SqlTraceException(String) | Initializes a new instance of the SQLTraceException class with the specified message. | |
SqlTraceException(SerializationInfo, StreamingContext) | Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context. | |
SqlTraceException(String, Exception) | Initializes a new instance of the SQLTraceException class with the specified message and inner exception. | |
SqlTraceException(Type, String) | Initializes a new instance of the SQLTraceException class with the specified source type and the specified message. | |
SqlTraceException(Type, String, Exception) | Initializes a new instance of the SQLTraceException class with the specified source type, message and inner exception. |
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. | |
ProdVer | Gets a String value that specifies the product version. | |
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 | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Osservazioni
This class represents the main exception class in the SMO trace objects.
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