ReSharper search pattern: "Can not parse pattern" -


r# 5.1.1751.8

when perform pattern search for...

catch (exception e) {} 

...i'm shown error dialog says "can not parse pattern".

what pattern cannot parsed? doing wrong?

i emailed jetbrains support , got following response:

resharper cannot parse part of c# language construct. in case, 'catch(exception e){}' part of try/catch construct. following search empty catch clauses:

try {     $stmt$ } catch(exception e) { } 

( $stmt$ "one or more statements" ).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -