Aracılığıyla paylaş


NodeInvocationException Sınıf

Tanım

Dikkat

Use Microsoft.AspNetCore.SpaServices.Extensions

Node.js kodu çağırmanın neden olduğu bir özel durumu temsil eder.

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
Devralma
NodeInvocationException
Öznitelikler

Oluşturucular

NodeInvocationException(String, String, Boolean, Boolean)
Geçersiz.

NodeInvocationException öğesinin yeni bir örneğini oluşturur.

NodeInvocationException(String, String)
Geçersiz.

NodeInvocationException öğesinin yeni bir örneğini oluşturur.

Özellikler

AllowConnectionDraining
Geçersiz.

True ise, Node.js örneğine ulaşılamadığından veya yeniden başlatılması gerektiğinden çağrı başarısız olsa da, bu Node.js örneğin bekleyen istekleri tamamlamak için bir süre boyunca canlı kalabileceğini gösterir.

NodeInstanceUnavailable
Geçersiz.

True ise, Node.js örneğine ulaşılamadığından çağrının başarısız olduğunu gösterir. Örneğin, zaten kapatılmış veya daha önce kilitlenmiş olabilir.

Şunlara uygulanır