Gets the captured contents of the console error stream written by the process.
Namespace:
Gallio.Common.ConcurrencyAssembly: 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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if the process has not been started or if CaptureConsoleError is null. |
