Class DependencyContainerResolutionException
An exception for dependency resolutions.
Inherited Members
Namespace: Swan.DependencyInjection
Syntax
[Serializable]
public class DependencyContainerResolutionException : Exception, ISerializable, _Exception
Constructors
DependencyContainerResolutionException(Type)
Initializes a new instance of the DependencyContainerResolutionException class.
Declaration
public DependencyContainerResolutionException(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
DependencyContainerResolutionException(Type, Exception)
Initializes a new instance of the DependencyContainerResolutionException class.
Declaration
public DependencyContainerResolutionException(Type type, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
Exception | innerException | The inner exception. |