'Declaration Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
public VersionNotImplementedException( string message, Exception innerException )
Parameters
- message
- A message that describes the error.
- innerException