Gets the captured contents of the console error stream written by the process.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string ConsoleError { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConsoleError As String

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if the process has not been started or if CaptureConsoleError is null.

See Also