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
Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
errors
/
cs0713.cs
blob
52e1247fcfcec53179d71e73bca901051cab4ef9
1
// CS0713: Static class `StaticClass' cannot derive from type `System.ArgumentException'. Static classes must derive from object
2
// Line: 4
3
4
static class
StaticClass
:
System
.
ArgumentException
{
5
}