Summary
Initializes a new instance of the
MethodNotFoundException class.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- Method
Not Found Exception
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 |
