ContentsIndexHome
PreviousUpNext
AimmsRuntimeException.AimmsRuntimeException Constructor

Constructs a new AimmsRuntimeException with the specified message.

C#
public AimmsRuntimeException(string message);
Parameters 
Description 
string message 
The detailed message. The detailed message can be obtained by querying the Message property.