NodeInvocationException コンストラクター

定義

オーバーロード

NodeInvocationException(String, String)

NodeInvocationException の新しいインスタンスを作成します。

NodeInvocationException(String, String, Boolean, Boolean)

NodeInvocationException の新しいインスタンスを作成します。

NodeInvocationException(String, String)

ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs

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)

パラメーター

message
String

例外の説明。

details
String

例外を表す Node.js スタック トレースなどの追加情報。

適用対象

NodeInvocationException(String, String, Boolean, Boolean)

ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs
ソース:
NodeInvocationException.cs

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)

パラメーター

message
String

例外の説明。

details
String

例外を表す Node.js スタック トレースなどの追加情報。

nodeInstanceUnavailable
Boolean

フラグの値を NodeInstanceUnavailable 指定します。

allowConnectionDraining
Boolean

フラグの値を AllowConnectionDraining 指定します。

適用対象