DotMP
Classes | Namespaces
Exceptions.cs File Reference

Classes

class  DotMP.Exceptions.NotInParallelRegionException
 Exception thrown if a parallel-only construct is used outside of a parallel region. More...
 
class  DotMP.Exceptions.CannotPerformNestedParallelismException
 Exception thrown if a Parallel.ParallelRegion is created inside of another Parallel.ParallelRegion. More...
 
class  DotMP.Exceptions.CannotPerformNestedWorksharingException
 Exception thrown if a Parallel.Single is created inside of a Parallel.For or Parallel.ForReduction<T>. More...
 
class  DotMP.Exceptions.InvalidArgumentsException
 Exception thrown if invalid arguments are specified to DotMP functions. More...
 
class  DotMP.Exceptions.TooManyIterationsException
 Exception thrown if a for loop has too many iterations and would cause the schedulers to fail. More...
 
class  DotMP.Exceptions.ImproperTaskwaitUsageException
 Exception thrown if the wrong taskwait overload was used from within a task. More...
 
class  DotMP.Exceptions.InternalSchedulerException
 Exception thrown if the internal schedulers encounter an overflow. More...
 

Namespaces

namespace  DotMP
 
namespace  DotMP.Exceptions