Share via


NodeInvocationException Constructeurs

Définition

Surcharges

NodeInvocationException(String, String)

Crée une instance de NodeInvocationException.

NodeInvocationException(String, String, Boolean, Boolean)

Crée une instance de NodeInvocationException.

NodeInvocationException(String, String)

Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs

Crée une instance de 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)

Paramètres

message
String

Description de l'exception.

details
String

Des informations supplémentaires, telles qu’une trace de pile Node.js, représentant l’exception.

S’applique à

NodeInvocationException(String, String, Boolean, Boolean)

Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs

Crée une instance de 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)

Paramètres

message
String

Description de l'exception.

details
String

Des informations supplémentaires, telles qu’une trace de pile Node.js, représentant l’exception.

nodeInstanceUnavailable
Boolean

Spécifie une valeur pour l’indicateur NodeInstanceUnavailable .

allowConnectionDraining
Boolean

Spécifie une valeur pour l’indicateur AllowConnectionDraining .

S’applique à