Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The exception that is raised when an error occurs within a transaction on the referenced connection to the server.
Hierarquia de herança
System.Object
System.Exception
System.SystemException
Microsoft.SqlServer.Management.Common.ConnectionException
Microsoft.SqlServer.Management.Common.NotInTransactionException
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class NotInTransactionException _
Inherits ConnectionException
'Uso
Dim instance As NotInTransactionException
[SerializableAttribute]
public sealed class NotInTransactionException : ConnectionException
[SerializableAttribute]
public ref class NotInTransactionException sealed : public ConnectionException
[<SealedAttribute>]
[<SerializableAttribute>]
type NotInTransactionException =
class
inherit ConnectionException
end
public final class NotInTransactionException extends ConnectionException
O tipo NotInTransactionException expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
NotInTransactionException() | Initializes a new instance of the NotInTransactionException class. |
![]() |
NotInTransactionException(String) | Initializes a new instance of the NotInTransactionException class with the specified message text. |
![]() |
NotInTransactionException(String, Exception) | Initializes a new instance of the NotInTransactionException class with the specified message text 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.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | Segurança crítica. (Herdado de Exception.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
ToString | (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
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.
.gif)
.gif)