Interface for error handling.

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

Syntax

C#
public class OplErrorHandler : IDisposable

Remarks

Instances of this class are used by OPL to notify errors and warnings. The default implementation will write messages to cout or an alternate stream given to the constructor. A custom implementation can be used to intercept those messages and display them differently. Useful for embedding OPL into other applications. Refer also to the Interfaces User's Manual. OplModelDefinition

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..OplErrorHandler

See Also