Freigeben über


InvalidReentrantCallException Klasse

Definition

Diese Ausnahme wird von der Actor Runtime ausgelöst, wenn mehr als eine erneute Aufrufkette gleichzeitig für einen Akteur aktiv ist.

Dies kann in einem Szenario der Fall sein, in dem Akteur A parallel B, C und D aufruft und dann B, C und D gleichzeitig versucht, A zurückzurufen.

[System.Serializable]
public sealed class InvalidReentrantCallException : System.Fabric.FabricException
[<System.Serializable>]
type InvalidReentrantCallException = class
    inherit FabricException
Public NotInheritable Class InvalidReentrantCallException
Inherits FabricException
Vererbung
InvalidReentrantCallException
Attribute

Konstruktoren

InvalidReentrantCallException()

Initialisiert eine neue Instanz der InvalidReentrantCallException-Klasse.

InvalidReentrantCallException(String)

Initialisiert eine neue Instanz der InvalidReentrantCallException-Klasse mit einer angegebenen Fehlermeldung.

InvalidReentrantCallException(String, Exception)

Initialisiert eine neue Instanz der InvalidReentrantCallException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

Eigenschaften

ErrorCode

Ruft den Fehlercodeparameter ab.

(Geerbt von FabricException)

Gilt für: