Thrown when an instance of an application context object could not be dependecy injected.
Initializes a new instance of DependencyInjectionException.
public Void DependencyInjectionException(name, src, inner)
Name | Type | Summary |
---|---|---|
name | String | Name of the application context object. |
src | String | Source code reference. |
inner | Exception | Original exception. |
In this document