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.
|
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...
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) | |
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.