Java.Lang.Process.ErrorStream Property
Returns an input stream that is connected to the error stream (stderr) of the native process represented by this object.

Syntax

[get: Android.Runtime.Register("getErrorStream", "()Ljava/io/InputStream;", "GetGetErrorStreamHandler")]
public abstract System.IO.Stream ErrorStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an input stream that is connected to the error stream (stderr) of the native process represented by this object.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1