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

Exception thrown if a Parallel.ParallelRegion is created inside of another Parallel.ParallelRegion. More...

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

Public Member Functions

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

Detailed Description

Exception thrown if a Parallel.ParallelRegion is created inside of another Parallel.ParallelRegion.

Constructor & Destructor Documentation

◆ CannotPerformNestedParallelismException()

DotMP.Exceptions.CannotPerformNestedParallelismException.CannotPerformNestedParallelismException ( 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: