Creates an exception with the specified cause.
Added in version 20.01.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public Exception( string message, Exception cause ) |
Parameters
- message
- Type: System..::..String
The message for this exception.
- cause
- Type: System..::..Exception
The cause for this exception.