OutOfProcessNodeInstance.OnErrorDataReceived(String) Method
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.
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.