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