-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_EnumCodeExceptions
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Enum exception factory class
System.Object
CodeJam.EnumCodeExceptions
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class EnumCodeExceptions
VB
Public NotInheritable Class EnumCodeExceptions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EnumCodeExceptions = class end
The EnumCodeExceptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
ArgumentAnyFlagSet(TEnum) | Creates for any bit from flag is set case. |
![]() ![]() |
ArgumentAnyFlagUnset(TEnum) | Creates for any bit from flag is not set case. |
![]() ![]() |
ArgumentFlagSet(TEnum) | Creates for flag is set case. |
![]() ![]() |
ArgumentFlagUnset(TEnum) | Creates for flag is not set case. |
![]() ![]() |
ArgumentNotDefinedException(TEnum) | Creates for undefined enum value. |