InternalMock
InternalMock copied to clipboard
FOUNDATIONS: Validate Reflection Service Inputs & Handle Exceptions
I see in the microsoft documentation two possible exceptions for Type.GetMethod
For the ArgumentNullException should be straightforward but for the AmbiguousMatchException, would that be considered a dependency exception in that case?
I would also would like to take this issue
@rcruzfreelance AmbiguisMatchException is a Dependency Validation Exception
Thanks @hassanhabib