Initializes a new instance of the VersionNotImplementedException class with the specified message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public VersionNotImplementedException(
string
)
Parameters
- message
- A message that describes the error.
See Also