Creates an exception with its corresponding message.

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

Syntax

C#
public Exception(
	string message
)

Parameters

message
Type: System..::..String
The message.

See Also