RVTDocs.com

ArgumentException

Class
Description:
The exception that is thrown when one of the arguments provided to a method is not valid.
Remarks:
This is the base class for exceptions that are thrown while validating the arguments to a function.
Syntax
[SerializableAttribute]
public class ArgumentException : ApplicationException