ArgumentException and ArgumentNullException
I found something interesting in the framework today.
Constructor for ArgumentNullException
public ArgumentNullException( string paramName, string message)
Constructor for ArgumentException
public ArgumentException( string message, string paramName)
Does that seem odd to anyone else?