Consider the following class,
class Foo { public Foo(int count) { /* .. */ } public Foo(int count) { /* .. */ } } >
Eric Lippert blogged about this recently.