@Retention(value=SOURCE)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CSharpReplaceException
Annotation used by the Java-to-C# transpiler: it causes any exception named
in a catch clause within a Java method to be replaced by a different exception
in the generated C#