Creates an exception with the specified cause. Added in version 20.01.

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

Syntax

C#
public Exception(
	Exception cause
)

Parameters

cause
Type: System..::..Exception
The cause for this exception.

See Also