DebugObserver.

ErrorOutput(string) Method

Summary

This method will be called once for each line of error output from the command. Note that this method will be called on a different thread than the thread that called the Execute(string, IMercurialCommand) method.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
DebugObserver

Syntax

public void ErrorOutput(string line)

Parameters

Name Type Description
line string The line of error text to output to the observer.

Return Value

Type Description
void