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

Project Types

Console, Web

Operating Systems

All

See also

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