InternalMock icon indicating copy to clipboard operation
InternalMock copied to clipboard

FOUNDATIONS: Validate Reflection Service Inputs & Handle Exceptions

Open hassanhabib opened this issue 2 years ago • 4 comments

hassanhabib avatar Apr 24 '22 01:04 hassanhabib

I see in the microsoft documentation two possible exceptions for Type.GetMethod

image

For the ArgumentNullException should be straightforward but for the AmbiguousMatchException, would that be considered a dependency exception in that case?

rcruzfreelance avatar Apr 27 '22 01:04 rcruzfreelance

I would also would like to take this issue

rcruzfreelance avatar Apr 27 '22 01:04 rcruzfreelance

@rcruzfreelance AmbiguisMatchException is a Dependency Validation Exception

hassanhabib avatar Apr 27 '22 07:04 hassanhabib

Thanks @hassanhabib

rcruzfreelance avatar Apr 27 '22 10:04 rcruzfreelance