Table of Contents

Class NoneStateException

Namespace
Vonage.Common.Monads.Exceptions
Assembly
Vonage.dll

Represents errors that occurs when a Maybe is in a None state.

[Serializable]
public class NoneStateException : Exception, ISerializable
Inheritance
NoneStateException
Implements
Inherited Members

Constructors

NoneStateException()

Creates a NoneStateException.

public NoneStateException()