Table of Contents

Class MultipleStateException

Namespace
Microsoft.Accordant
Assembly
Accordant.dll

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

message string