2023 Class
Changes 0
C

ArgumentException

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.
[SerializableAttribute]
public class ArgumentException : ApplicationException
Name Return Type Description Inherited From
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object.
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object. ApplicationException
Name Return Type Description Inherited From
P Message string Gets the error message and the parameter name, or only the error message if no parameter name is set.
P ParamName string Gets the name of the parameter that causes this exception.
P FunctionId FunctionId The information of the function throwing the exception. ApplicationException