Condividi tramite


NodeInvocationException Costruttori

Definizione

Overload

NodeInvocationException(String, String)

Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs

Crea una nuova istanza di 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)

Parametri

message
String

Descrizione dell'eccezione.

details
String

Informazioni aggiuntive, ad esempio una traccia dello stack Node.js, che rappresenta l'eccezione.

Si applica a

NodeInvocationException(String, String, Boolean, Boolean)

Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs
Origine:
NodeInvocationException.cs

Crea una nuova istanza di 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)

Parametri

message
String

Descrizione dell'eccezione.

details
String

Informazioni aggiuntive, ad esempio una traccia dello stack Node.js, che rappresenta l'eccezione.

nodeInstanceUnavailable
Boolean

Specifica un valore per il NodeInstanceUnavailable flag.

allowConnectionDraining
Boolean

Specifica un valore per il AllowConnectionDraining flag.

Si applica a