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

Exception thrown if a Parallel.Single is created inside of a Parallel.For or Parallel.ForReduction<T>. More...

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

Public Member Functions

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

Detailed Description

Exception thrown if a Parallel.Single is created inside of a Parallel.For or Parallel.ForReduction<T>.

Constructor & Destructor Documentation

◆ CannotPerformNestedWorksharingException()

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