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 : struct
Parameters
value
TThe enumerated value.
Returns
- Exception
Exception contains information about value.
Type Parameters
T
The type of the value.