Either approach is fine. Basically throwing an ArgumentNullException
is the right thing to do here.
as the documentation for it says
the exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.