MethodNotFoundException Class

Summary

MethodNotFoundException
graph BT Type-->Base0["Exception"] Type["MethodNotFoundException"] class Type type-node

Syntax

public class MethodNotFoundException : Exception

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Constructors

Name Summary
MethodNotFoundException(string[], Exception) Initializes a new instance of the MethodNotFoundException class.
MethodNotFoundException(string[]) Initializes a new instance of the MethodNotFoundException class.

Properties

Name Value Summary
MethodNames string[]
Gets the method names.

Extension Methods

See Also

  • System.Exception