Summary
MethodNotFoundException
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Base Types
-
- Exception
graph BT
Type-->Base0["Exception"]
Type["MethodNotFoundException"]
class Type type-node
Syntax
public class MethodNotFoundException : Exception
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Constructors
Name | Summary |
---|---|
Method |
Initializes a new instance of the MethodNotFoundException class.
|
Method |
Initializes a new instance of the MethodNotFoundException class.
|
Properties
Name | Value | Summary |
---|---|---|
MethodNames | string[] |
Gets the method names.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Exception