Aracılığıyla paylaş


NodeInvocationException Oluşturucular

Tanım

Aşırı Yüklemeler

NodeInvocationException(String, String)

Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs

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

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)

Parametreler

message
String

Özel durumun açıklaması.

details
String

Özel durumu temsil eden Node.js yığın izlemesi gibi ek bilgiler.

Şunlara uygulanır

NodeInvocationException(String, String, Boolean, Boolean)

Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs
Kaynak:
NodeInvocationException.cs

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

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)

Parametreler

message
String

Özel durumun açıklaması.

details
String

Özel durumu temsil eden Node.js yığın izlemesi gibi ek bilgiler.

nodeInstanceUnavailable
Boolean

bayrağı için NodeInstanceUnavailable bir değer belirtir.

allowConnectionDraining
Boolean

bayrağı için AllowConnectionDraining bir değer belirtir.

Şunlara uygulanır