Classe SqlTraceFailToInstantiateTypeException
The SQLTraceFailToInstantiateTypeException class represents the exception raised when an SMO trace object operation fails to instantiate an object.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Trace.SqlTraceException
Microsoft.SqlServer.Management.Trace.SqlTraceFailToInstantiateTypeException
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class SqlTraceFailToInstantiateTypeException _
Inherits SqlTraceException
'Uso
Dim instance As SqlTraceFailToInstantiateTypeException
[SerializableAttribute]
public class SqlTraceFailToInstantiateTypeException : SqlTraceException
[SerializableAttribute]
public ref class SqlTraceFailToInstantiateTypeException : public SqlTraceException
[<SerializableAttribute>]
type SqlTraceFailToInstantiateTypeException =
class
inherit SqlTraceException
end
public class SqlTraceFailToInstantiateTypeException extends SqlTraceException
O tipo SqlTraceFailToInstantiateTypeException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SqlTraceFailToInstantiateTypeException() | Initiates a new instance of the SQLTraceFailToInstantiateTypeException class. | |
SqlTraceFailToInstantiateTypeException(String) | Initiates a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message. | |
SqlTraceFailToInstantiateTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified serialization information and the specified streaming context. | |
SqlTraceFailToInstantiateTypeException(String, Exception) | Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified 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.) | |
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 | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Comentários
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.
Exemplos
How to: Catch an Exception in Visual Basic .NET
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
Referência
Namespace Microsoft.SqlServer.Management.Trace