Click or drag to resize

ArgumentTypeInvalidException Constructor (String)

Initializes a new instance of the ArgumentTypeInvalidException class with the name of the parameter that causes this exception.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ArgumentTypeInvalidException(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The name of the parameter that caused the exception.
See Also