コード例 #1
0
 /// <summary>
 /// Initializes the exception with the service that could not be resolved.
 /// </summary>
 public ResolutionException(Type missingServiceType)
     : base(FunqResources.ResolutionException_MissingType(missingServiceType.FullName))
 {
 }