[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0155-5.cs
blob774700ab7365159fbdadc7e8b990573f83817ead
1 // CS0155: The type caught or thrown must be derived from System.Exception
2 // Line: 9
4 class X
6 public int Test () => throw "";