NodeInvocationException 생성자

정의

오버로드

NodeInvocationException(String, String)

NodeInvocationException의 새 인스턴스를 만듭니다.

NodeInvocationException(String, String, Boolean, Boolean)

NodeInvocationException의 새 인스턴스를 만듭니다.

NodeInvocationException(String, String)

Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
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)

Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
NodeInvocationException.cs
Source:
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 지정합니다.

적용 대상