Sprache

LocalRpcException Konstruktoren

Definition

Überlädt

Name Beschreibung
LocalRpcException()

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

LocalRpcException(String)

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

LocalRpcException(String, Exception)

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

LocalRpcException()

Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

public LocalRpcException();
Public Sub New ()

Gilt für:

LocalRpcException(String)

Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

public LocalRpcException(string message);
public LocalRpcException(string? message);
new StreamJsonRpc.LocalRpcException : string -> StreamJsonRpc.LocalRpcException
Public Sub New (message As String)

Parameter

message
String

Die Fehlermeldung, die den Grund für die Ausnahme erklärt.

Gilt für:

LocalRpcException(String, Exception)

Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs
Quelle:
LocalRpcException.cs

Initialisiert eine neue Instanz der LocalRpcException-Klasse.

public LocalRpcException(string message, Exception inner);
public LocalRpcException(string? message, Exception? inner);
new StreamJsonRpc.LocalRpcException : string * Exception -> StreamJsonRpc.LocalRpcException
Public Sub New (message As String, inner As Exception)

Parameter

message
String

Die Fehlermeldung, die den Grund für die Ausnahme erklärt.

inner
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Gilt für: