Method GetEnumValueNotSupportedException
GetEnumValueNotSupportedException<T>(T)
Raises an exception informs that specified enumeration value is not supported.
public static Exception GetEnumValueNotSupportedException<T>(T value) where T : structParameters
- valueT
- The enumerated value. 
Returns
- Exception
- Exception contains information about value. 
Type Parameters
- T
- The type of the value.