repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0155-5.cs
blob
774700ab7365159fbdadc7e8b990573f83817ead
1
// CS0155: The type caught or thrown must be derived from System.Exception
2
// Line: 9
3
4
class
X
5
{
6
public int
Test
() =>
throw
""
;
7
}