Udostępnij za pośrednictwem


Konstruktor SfcQueryConnectionUnavailableException (String, Exception)

Inicjuje nowe wystąpienie SfcQueryConnectionUnavailableException klasy określony komunikat i odwołanie do wyjątek wewnętrzny, który jest przyczyną tego wyjątku.Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Użycie
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
)

Parametry

  • innerException
    Typ: System.Exception
    Wyjątek, który jest przyczyną bieżącego wyjątek.