Table of Contents

Class UndefinedEnumException

Namespace
ChartTools
Assembly
ChartTools.dll

Exception thrown when using an Enum value that is not defined

public class UndefinedEnumException : ArgumentException, ISerializable
Inheritance
UndefinedEnumException
Implements
Inherited Members
Extension Methods

Constructors

UndefinedEnumException(Enum)

Exception thrown when using an Enum value that is not defined

public UndefinedEnumException(Enum value)

Parameters

value Enum

Properties

Value

Value used

public Enum Value { get; }

Property Value

Enum