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