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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
public Exception(
	Exception cause
)
Visual Basic
Public Sub New ( _
	cause As Exception _
)

Parameters

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

See Also