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

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

Syntax

C#
public Exception(
	string message,
	Exception cause
)
Visual Basic
Public Sub New ( _
	message As String, _
	cause As Exception _
)

Parameters

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

See Also