DisconnectedConnectionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown when an attempt is made to use a connected that is forced in disconnected mode
[System.Serializable]
public sealed class DisconnectedConnectionException : Microsoft.SqlServer.Management.Common.ConnectionException
[<System.Serializable>]
type DisconnectedConnectionException = class
inherit ConnectionException
Public NotInheritable Class DisconnectedConnectionException
Inherits ConnectionException
- Inheritance
- Attributes
Constructors
DisconnectedConnectionException() |
Constructor |
DisconnectedConnectionException(String, Exception) |
Constructor |
DisconnectedConnectionException(String) |
Constructor |