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

Exception thrown if a parallel-only construct is used outside of a parallel region. More...

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

Public Member Functions

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

Detailed Description

Exception thrown if a parallel-only construct is used outside of a parallel region.

Constructor & Destructor Documentation

◆ NotInParallelRegionException()

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