DotMP
Public Member Functions | List of all members
DotMP.Exceptions.TooManyIterationsException Class Reference

Exception thrown if a for loop has too many iterations and would cause the schedulers to fail. More...

Inheritance diagram for DotMP.Exceptions.TooManyIterationsException:
Inheritance graph
[legend]
Collaboration diagram for DotMP.Exceptions.TooManyIterationsException:
Collaboration graph
[legend]

Public Member Functions

 TooManyIterationsException (string msg)
 Constructor with a message. More...
 

Detailed Description

Exception thrown if a for loop has too many iterations and would cause the schedulers to fail.

Constructor & Destructor Documentation

◆ TooManyIterationsException()

DotMP.Exceptions.TooManyIterationsException.TooManyIterationsException ( string  msg)
inline

Constructor with a message.

Parameters
msgThe message to associate with the exception.

The documentation for this class was generated from the following file: