Camel humps completion
Is this correct? (build 744 VS 2005)
class DataException ...
class DataAccessExceptio...
void Test()
{
typing 'new DAE' results in a list containing both DataException and DataAccessException. I would expect the list to only contain DataAccessException.
}
Please sign in to leave a comment.