Classe SqlTraceException
The SQLTraceException class represents the general exception raised by the SMO trace objects.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Trace..::..SqlTraceException
Microsoft.SqlServer.Management.Trace. . :: . .SqlTraceFailToInstantiateTypeException
Microsoft.SqlServer.Management.Trace. . :: . .SqlTraceFailToLoadInstAPIAssemblyException
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class SqlTraceException _
Inherits SqlServerManagementException
'Uso
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
O tipo SqlTraceException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
ProdVer | Gets a String value that specifies the product version. | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Comentários
This class represents the main exception class in the SMO trace objects.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também