Uses of Class
System.ArgumentException

Packages that use ArgumentException
System   
 

Uses of ArgumentException in System
 

Subclasses of ArgumentException in System
 class ArgumentNullException
          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.
 class ArgumentOutOfRangeException
          The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.