NodeInvocationException Classe

Définition

Attention

Use Microsoft.AspNetCore.SpaServices.Extensions

Représente une exception provoquée par l’appel de code Node.js.

public ref class NodeInvocationException : Exception
public class NodeInvocationException : Exception
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public class NodeInvocationException : Exception
type NodeInvocationException = class
    inherit Exception
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type NodeInvocationException = class
    inherit Exception
Public Class NodeInvocationException
Inherits Exception
Héritage
NodeInvocationException
Attributs

Constructeurs

NodeInvocationException(String, String)
Obsolète.

Crée une instance de NodeInvocationException.

NodeInvocationException(String, String, Boolean, Boolean)
Obsolète.

Crée une instance de NodeInvocationException.

Propriétés

AllowConnectionDraining
Obsolète.

Si la valeur est true, indique que même si l’appel a échoué parce que le Node.js instance n’a pas pu être atteint ou doit être redémarré, cette Node.js instance peut rester active pendant une période afin de terminer toutes les demandes en suspens.

NodeInstanceUnavailable
Obsolète.

Si la valeur est true, indique que l’appel a échoué, car le Node.js instance n’a pas pu être atteint. Par exemple, il a peut-être déjà été arrêté ou précédemment bloqué.

S’applique à