MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Exceptions
Class ServiceNotFoundException

System.Exception
  extended by MVVMbasics.Exceptions.ServiceNotFoundException
 

 
public class ServiceNotFoundException : Exception

Simple exception thrown by ServiceLocator when trying to retrieve a service that has not been registered.


Constructor Summary
public  ServiceNotFoundException()
public  ServiceNotFoundException(string message)