Creates an exception with its corresponding message.

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

Syntax

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

Parameters

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

See Also