Clase ConnectionException
The ConnectionException class is an exception that is raised when an error occurs on the connection to the instance of SQL Server.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common..::..ConnectionException
Más...
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
<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
El tipo ConnectionException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Comentarios
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
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