Tuesday, February 15, 2005
Another Hall Of Shame
Constructor for ArgumentNullException
public ArgumentNullException( string paramName, string message)
Constructor for ArgumentException
public ArgumentException( string message, string paramName)
ArgumentNullException does not follow the constructor pattern