OutOfProcessNodeInstance.OnErrorDataReceived(String) Method

Definition

Virtual method invoked whenever the Node.js process emits a line to its stderr.

protected:
 virtual void OnErrorDataReceived(System::String ^ errorData);
protected virtual void OnErrorDataReceived (string errorData);
abstract member OnErrorDataReceived : string -> unit
override this.OnErrorDataReceived : string -> unit
Protected Overridable Sub OnErrorDataReceived (errorData As String)

Parameters

errorData
String

The line emitted to the Node.js process's stderr.

Applies to