Java.Lang.JavaSystem.SetErr Method
Sets the standard error output stream to the given user defined output stream.

Syntax

[Android.Runtime.Register("setErr", "(Ljava/io/PrintStream;)V", "")]
public static void SetErr (Java.IO.PrintStream newErr)

Parameters

newErr
the user defined output stream to set as the standard error output stream.

Remarks

Sets the standard error output stream to the given user defined output stream.

[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