[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0276.cs
blobee6fc11a2460f1e1fcbe6ddd719d01aba3caffb1
1 // CS0276: `Error0276.Message': accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessor
2 // Line: 7
3 // Compiler options: -t:library
5 class Error0276
7 protected internal string Message {
8 internal set {