GenericEnumConverter Constructor (Type^)
.NET Framework (current version)
Initializes a new instance of the GenericEnumConverter class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- typeEnum
-
Type:
System::Type^
The enumeration type to convert.
| Exception | Condition |
|---|---|
| ArgumentNullException | typeEnum is null. |
Normally, you use the converter types provided by the system. The only time you need to use the GenericEnumConverter constructor is when you create your own conversion type.
.NET Framework
Available since 2.0
Available since 2.0
Show: