Click or drag to resize

InvalidTypeParameterException Constructor (String)

Initializes a new instance of the InvalidTypeParameterException class with a specified error message.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public InvalidTypeParameterException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also