MethodNotFoundException.

MethodNotFoundException(string[], Exception) Constructor

Summary

Initializes a new instance of the MethodNotFoundException class.

Syntax

public MethodNotFoundException(string[] methodNames, Exception innerException)

Parameters

Name Type Description
methodNames string[] The method names.
innerException Exception The inner exception.

Return Value

Type Description
void