InvalidRegExpFlagException Summary Represents an invalid regular expression flag exception. Description Represents an invalid regular expression flag exception. Examples Example of how this exception might be encountered 123456789import System;import System.Exceptions; try { System.RegExp re = new System.RegExp("(?:)", "a");}catch(InvalidRegExpFlagException e) { Console.error(e);} Methods InvalidRegExpFlagException (Constructor)Constructs a System.Exceptions.InvalidRegExpFlagException object. Share HTML | BBCode | Direct Link