public static void ParseError(string message, CharacterBuffer buffer) { string str = string.Concat( "Cannot parse the regular expression\n\n", message, "\n\n", buffer.Snapshot()); ExpressoError(str); }