NodeInvocationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NodeInvocationException(String, String) |
Creates a new instance of NodeInvocationException. |
NodeInvocationException(String, String, Boolean, Boolean) |
Creates a new instance of NodeInvocationException. |
NodeInvocationException(String, String)
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
Creates a new instance of 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)
Parameters
- message
- String
A description of the exception.
- details
- String
Additional information, such as a Node.js stack trace, representing the exception.
Applies to
NodeInvocationException(String, String, Boolean, Boolean)
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
- Source:
- NodeInvocationException.cs
Creates a new instance of 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)
Parameters
- message
- String
A description of the exception.
- details
- String
Additional information, such as a Node.js stack trace, representing the exception.
- nodeInstanceUnavailable
- Boolean
Specifies a value for the NodeInstanceUnavailable flag.
- allowConnectionDraining
- Boolean
Specifies a value for the AllowConnectionDraining flag.