ArgumentTypeInvalidException Constructor (String) |
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ArgumentTypeInvalidException(
string parameterName
)
Public Sub New (
parameterName As String
)
public:
ArgumentTypeInvalidException(
String^ parameterName
)
new :
parameterName : string -> ArgumentTypeInvalidException
Parameters
- parameterName
- Type: SystemString
The name of the parameter that caused the exception.
See Also