Table of Contents

Method GetEnumValueNotSupportedException

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

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 T

The enumerated value.

Returns

Exception

Exception contains information about value.

Type Parameters

T

The type of the value.