MethodNotFoundException.

MethodNotFoundException(string[]) Constructor

Summary

Initializes a new instance of the MethodNotFoundException class.

Syntax

public MethodNotFoundException(string[] methodNames)

Parameters

Name Type Description
methodNames string[] The method names.

Return Value

Type Description
void