NotSupportedTypeParameterException Constructor (String) |
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic NotSupportedTypeParameterException(
string message
)
Public Sub New (
message As String
)
public:
NotSupportedTypeParameterException(
String^ message
)
new :
message : string -> NotSupportedTypeParameterException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also