CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
Public Member Functions | Protected Member Functions | List of all members
SadSapphicGames.CommandPattern.AlreadyRunningException Class Reference

This exception indicates an AsyncCommand was executed but its task had yet to complete. Only one CommandTask per instance can be running at a time. Handled by CommandStream. More...

Inheritance diagram for SadSapphicGames.CommandPattern.AlreadyRunningException:

Public Member Functions

 AlreadyRunningException (AsyncCommand command)
 
 AlreadyRunningException (string message)
 
 AlreadyRunningException (string message, System.Exception inner)
 

Protected Member Functions

 AlreadyRunningException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 

Detailed Description

This exception indicates an AsyncCommand was executed but its task had yet to complete. Only one CommandTask per instance can be running at a time. Handled by CommandStream.


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