Class ServiceNotFoundExceptionT<T>
- Namespace
- SunamoDependencyInjection.Exceptions
- Assembly
- SunamoDependencyInjection.dll
Generic exception thrown when a requested service of type T is not found in the dependency injection container.
public class ServiceNotFoundExceptionT<T> : Exception, ISerializable
Type Parameters
TThe type of the service that was not found.
- Inheritance
-
ServiceNotFoundExceptionT<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
ServiceNotFoundExceptionT()
Initializes a new instance of the ServiceNotFoundExceptionT<T> class.
public ServiceNotFoundExceptionT()