[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs4019.cs
blob3dd1995a1115a1628d9a22eeaad594aa01c499f7
1 // CS4019: The CallerMemberName attribute cannot be applied because there is no standard conversion from `string' to `int'
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class C
8 public void Trace([CallerMemberName] int member = 0)