Class MultipleStateException
This exception is thrown when the user expected the system to transition to a single state but the system can transition to multiple states.
public class MultipleStateException : Exception, ISerializable
- Inheritance
-
MultipleStateException
- Implements
- Inherited Members
Constructors
MultipleStateException(string)
public MultipleStateException(string message = "")
Parameters
messagestring