[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0619-33.cs
blob4171c998e93c993792c311099721fc2a85538fdf
1 // CS0619-33: `Error.Report(string)' is obsolete: `Obsolete method'
2 // Line: 11
3 // Compiler options: -reference:CS0619-33-lib.dll
5 using System;
7 class MainClass {
8 public static void Main ()
10 Error e = new Error ();
11 e.Report ("text");