SfcQueryConnectionUnavailableException 构造函数 (String, Exception)

Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message and a reference to the inner exception that is the cause of this exception. 标识为仅供参考。不提供支持。不保证以后的兼容性。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception

Dim instance As New SfcQueryConnectionUnavailableException(message, _
    innerException)
public SfcQueryConnectionUnavailableException(
    string message,
    Exception innerException
)
public:
SfcQueryConnectionUnavailableException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SfcQueryConnectionUnavailableException
public function SfcQueryConnectionUnavailableException(
    message : String, 
    innerException : Exception
)

参数