EnumParseException Class
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Enums |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Inheritance |
Class representing an exception for when a string cant be parsed into an enum value.
public class EnumParseException : Exception { }
Properties
Type | Name | Summary |
---|---|---|
Type | Type |
Gets the EnumParseException.Type of the enum. |
String | Value |
Gets the value. |
String | Message |
Gets the message of the exception. |