Classe ConnectionException
The ConnectionException class is an exception that is raised when an error occurs on the connection to the instance of SQL Server.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common..::..ConnectionException
Mais...
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ConnectionException _
Inherits SystemException
'Uso
Dim instance As ConnectionException
[SerializableAttribute]
public class ConnectionException : SystemException
[SerializableAttribute]
public ref class ConnectionException : public SystemException
[<SerializableAttribute>]
type ConnectionException =
class
inherit SystemException
end
public class ConnectionException extends SystemException
O tipo ConnectionException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ConnectionException() () () () | Initializes a new instance of the ConnectionException class. | |
ConnectionException(String) | Initializes a new instance of the ConnectionException class with the specified message text. | |
ConnectionException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConnectionException class with the specified serialization information and streaming context. | |
ConnectionException(String, Exception) | Initializes a new instance of the ConnectionException 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.) | |
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
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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common..::..ConnectionException
Microsoft.SqlServer.Management.Common. . :: . .ChangePasswordFailureException
Microsoft.SqlServer.Management.Common. . :: . .ConnectionCannotBeChangedException
Microsoft.SqlServer.Management.Common. . :: . .ConnectionFailureException
Microsoft.SqlServer.Management.Common. . :: . .DisconnectedConnectionException
Microsoft.SqlServer.Management.Common. . :: . .ExecutionFailureException
Microsoft.SqlServer.Management.Common. . :: . .InvalidArgumentException
Microsoft.SqlServer.Management.Common. . :: . .InvalidPropertyValueException
Microsoft.SqlServer.Management.Common. . :: . .NotInTransactionException
Microsoft.SqlServer.Management.Common. . :: . .PropertyNotAvailableException
Microsoft.SqlServer.Management.Common. . :: . .PropertyNotSetException