NodeInvocationException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| NodeInvocationException(String, String) |
Tworzy nowe wystąpienie klasy NodeInvocationException. |
| NodeInvocationException(String, String, Boolean, Boolean) |
Tworzy nowe wystąpienie klasy NodeInvocationException. |
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 .