Udostępnij przez


NodeInvocationException Konstruktory

Definicja

Przeciążenia

NodeInvocationException(String, String)

Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs

Tworzy nowe wystąpienie klasy 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

Opis wyjątku.

details
String

Dodatkowe informacje, takie jak ślad stosu Node.js, reprezentujące wyjątek.

Dotyczy

NodeInvocationException(String, String, Boolean, Boolean)

Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs
Źródło:
NodeInvocationException.cs

Tworzy nowe wystąpienie klasy 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

Opis wyjątku.

details
String

Dodatkowe informacje, takie jak ślad stosu Node.js, reprezentujące wyjątek.

nodeInstanceUnavailable
Boolean

Określa wartość flagi NodeInstanceUnavailable .

allowConnectionDraining
Boolean

Określa wartość flagi AllowConnectionDraining .

Dotyczy