| 
 | 
Initializes a new instance of the com.aimms.pro.api.RuntimeException class with a specified error message.
public RuntimeException(string message, Exception innerException);
| 
 
Parameters   | 
 
Description   | 
| 
 
string message   | 
 
The message that describes the error.   | 
| 
 
Exception innerException   | 
 
The exception that is the cause of the current exception.   |