Konstruktor RegisteredServerException (String, Exception)
Inicjuje wystąpienie RegisteredServerException klasy z określonym komunikatem i wewnętrzny wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.RegisteredServers
Zestaw: Microsoft.SqlServer.Management.RegisteredServers (w Microsoft.SqlServer.Management.RegisteredServers.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 RegisteredServerException(message, _
innerException)
public RegisteredServerException(
string message,
Exception innerException
)
public:
RegisteredServerException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> RegisteredServerException
public function RegisteredServerException(
message : String,
innerException : Exception
)
Parametry
- message
Typ: System.String
A String określająca wiadomości dla wyjątków.
- innerException
Typ: System.Exception
A Exception obiektu określający wewnętrzny wyjątek.