Konstruktor RestartPendingException (String, Exception)
Inicjuje nowe wystąpienie RestartPendingException klasy z określonym komunikatem i określonym wewnętrzny wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.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 RestartPendingException(message, _
innerException)
public RestartPendingException(
string message,
Exception innerException
)
public:
RestartPendingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> RestartPendingException
public function RestartPendingException(
message : String,
innerException : Exception
)
Parametry
- message
Typ: System.String
A String wartość, która określa tekst komunikatu, skojarzona z ponownego uruchomienia oczekujące wyjątek.
- innerException
Typ: System.Exception
Exception Wartość obiektu systemu, który określa wyjątek, która spowodowała, że ponowne uruchomienie oczekujące wyjątek.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.