Freigeben über


NodeInvocationException Konstruktoren

Definition

Überlädt

NodeInvocationException(String, String)

Erstellt eine neue Instanz von NodeInvocationException.

NodeInvocationException(String, String, Boolean, Boolean)

Erstellt eine neue Instanz von NodeInvocationException.

NodeInvocationException(String, String)

Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs

Erstellt eine neue Instanz von NodeInvocationException.

public:
 NodeInvocationException(System::String ^ message, System::String ^ details);
public NodeInvocationException (string message, string details);
new Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException : string * string -> Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException
Public Sub New (message As String, details As String)

Parameter

message
String

Eine Beschreibung der Ausnahme.

details
String

Zusätzliche Informationen, z. B. eine Node.js Stapelablaufverfolgung, die die Ausnahme darstellt.

Gilt für:

NodeInvocationException(String, String, Boolean, Boolean)

Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs
Quelle:
NodeInvocationException.cs

Erstellt eine neue Instanz von NodeInvocationException.

public:
 NodeInvocationException(System::String ^ message, System::String ^ details, bool nodeInstanceUnavailable, bool allowConnectionDraining);
public NodeInvocationException (string message, string details, bool nodeInstanceUnavailable, bool allowConnectionDraining);
new Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException : string * string * bool * bool -> Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException
Public Sub New (message As String, details As String, nodeInstanceUnavailable As Boolean, allowConnectionDraining As Boolean)

Parameter

message
String

Eine Beschreibung der Ausnahme.

details
String

Zusätzliche Informationen, z. B. eine Node.js Stapelablaufverfolgung, die die Ausnahme darstellt.

nodeInstanceUnavailable
Boolean

Gibt einen Wert für das Flag an NodeInstanceUnavailable .

allowConnectionDraining
Boolean

Gibt einen Wert für das Flag an AllowConnectionDraining .

Gilt für: