We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates ArgumentException for any bit from flag is set case.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentException ArgumentAnyFlagSet<TEnum>( string argumentName, TEnum value, TEnum flags ) where TEnum : struct, new()
VB
Public Shared Function ArgumentAnyFlagSet(Of TEnum As {Structure, New}) ( argumentName As String, value As TEnum, flags As TEnum ) As ArgumentException
F#
static member ArgumentAnyFlagSet : argumentName : string * value : 'TEnum * flags : 'TEnum -> ArgumentException when 'TEnum : struct, new()
Type: ArgumentExceptionInitialized instance of ArgumentException.
EnumCodeExceptions ClassCodeJam Namespace