Returns the error output stream of the invoking CP object. This stream is used by CP for printing errors. It can be set with the method CP.SetError.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual TextWriter Error()

Return Value

The error stream of the invoking CP object.

See Also