NodeInvocationException 클래스

정의

주의

Use Microsoft.AspNetCore.SpaServices.Extensions

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
상속
NodeInvocationException
특성

생성자

NodeInvocationException(String, String)
사용되지 않음.

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

NodeInvocationException(String, String, Boolean, Boolean)
사용되지 않음.

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

속성

AllowConnectionDraining
사용되지 않음.

true이면 Node.js instance 연결할 수 없거나 다시 시작해야 하므로 호출이 실패하더라도 미해결 요청을 완료하기 위해 해당 Node.js instance 기간 동안 활성 상태로 유지될 수 있음을 나타냅니다.

NodeInstanceUnavailable
사용되지 않음.

true이면 Node.js instance 연결할 수 없어 호출이 실패했음을 나타냅니다. 예를 들어 이미 종료되었거나 이전에 충돌했을 수 있습니다.

적용 대상