Поделиться через


Класс ConnectionException

The ConnectionException class is an exception that is raised when an error occurs on the connection to the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ConnectionException _
    Inherits SystemException
'Применение
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

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Иерархия наследования

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. . :: . .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

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.