DisconnectedConnectionException Constructors
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.
Overloads
DisconnectedConnectionException() |
Constructor |
DisconnectedConnectionException(String) |
Constructor |
DisconnectedConnectionException(String, Exception) |
Constructor |
DisconnectedConnectionException()
Constructor
public DisconnectedConnectionException ();
Public Sub New ()
Applies to
DisconnectedConnectionException(String)
Constructor
public DisconnectedConnectionException (string message);
new Microsoft.SqlServer.Management.Common.DisconnectedConnectionException : string -> Microsoft.SqlServer.Management.Common.DisconnectedConnectionException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DisconnectedConnectionException(String, Exception)
Constructor
public DisconnectedConnectionException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.DisconnectedConnectionException : string * Exception -> Microsoft.SqlServer.Management.Common.DisconnectedConnectionException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception