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: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual TextWriter Error()
Visual Basic
Public Overridable Function Error As TextWriter

Return Value

The error stream of the invoking CP object.

See Also