Constructor TypeArgumentException
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
TypeArgumentException(string)
Initializes a new instance of TypeArgumentException with the given message.
public TypeArgumentException(string message)
Parameters
messagestringA message that describes the error.
TypeArgumentException(string, string)
Initializes a new instance of TypeArgumentException for a specific type parameter.
public TypeArgumentException(string parameterName, string message)