NodeInvocationException Konstruktory

Definice

Přetížení

NodeInvocationException(String, String)

Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs

Vytvoří novou instanci položky 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)

Parametry

message
String

Popis výjimky.

details
String

Další informace, například trasování zásobníku Node.js představující výjimku

Platí pro

NodeInvocationException(String, String, Boolean, Boolean)

Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs
Zdroj:
NodeInvocationException.cs

Vytvoří novou instanci položky 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)

Parametry

message
String

Popis výjimky.

details
String

Další informace, například trasování zásobníku Node.js představující výjimku

nodeInstanceUnavailable
Boolean

Určuje hodnotu příznaku NodeInstanceUnavailable .

allowConnectionDraining
Boolean

Určuje hodnotu příznaku AllowConnectionDraining .

Platí pro