Method

StdErr


Description

Retrieves the global reference to the standard error stream, which is typically the same as the standard output stream. This is for ConsoleApplications only.

Usage

result=StdErr

Part

Type

Description

result

StandardOutputStream

The standard error stream is typically the Terminal application and is of type StandardOutputStream.

Compatibility

All project types on all supported operating systems.

See also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetDesktop constant; Input, Print, StdIn, StdErr methods.