repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0713-2.cs
blob
1f7cfdda0a4db468afa036e77d6e154ad053ea7e
1
// cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object
2
// Line: 4
3
4
static partial class
StaticClass
{
5
}
6
7
static partial class
StaticClass
:
System
.
ArgumentNullException
{
8
}