Compartir a través de


NodeInvocationException Constructores

Definición

Sobrecargas

NodeInvocationException(String, String)

Crea una nueva instancia de NodeInvocationException.

NodeInvocationException(String, String, Boolean, Boolean)

Crea una nueva instancia de NodeInvocationException.

NodeInvocationException(String, String)

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

Crea una nueva instancia 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)

Parámetros

message
String

Descripción de la excepción.

details
String

Información adicional, como un seguimiento de pila de Node.js, que representa la excepción.

Se aplica a

NodeInvocationException(String, String, Boolean, Boolean)

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

Crea una nueva instancia 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)

Parámetros

message
String

Descripción de la excepción.

details
String

Información adicional, como un seguimiento de pila de Node.js, que representa la excepción.

nodeInstanceUnavailable
Boolean

Especifica un valor para la NodeInstanceUnavailable marca.

allowConnectionDraining
Boolean

Especifica un valor para la AllowConnectionDraining marca.

Se aplica a