Class CommutativityFailureException
- Namespace
- RandomizerCore.Exceptions
- Assembly
- RandomizerCore.dll
Exception which indicates that changing the order in which items were added to progression resulted in unexpected loss of progress.
public class CommutativityFailureException : Exception, ISerializable
- Inheritance
-
CommutativityFailureException
- Implements
- Inherited Members
Constructors
CommutativityFailureException()
public CommutativityFailureException()
CommutativityFailureException(string)
public CommutativityFailureException(string message)
Parameters
message
string
CommutativityFailureException(string, Exception)
public CommutativityFailureException(string message, Exception innerException)