5 namespace SiliconStudio.Core
14 : base(FormatServiceNotFoundMessage(serviceType))
16 ServiceType = serviceType;
20 : base(FormatServiceNotFoundMessage(serviceType), innerException)
22 ServiceType = serviceType;
26 public Type ServiceType {
get;
private set; }
29 private static string FormatServiceNotFoundMessage(Type serviceType)
31 return string.Format(
"Service [{0}] not found", serviceType.Name);
ServiceNotFoundException()
ServiceNotFoundException(Type serviceType, Exception innerException)
ServiceNotFoundException(Type serviceType)