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 -> NotSupportedTypeParameterExceptionParameters
- message
 - Type: SystemString
The message that describes the error. 
See Also