public AssemblyNotFoundException(string key = "Exceptions.AssemblyNotFoundException", object parameters = null, Exception innerException = null)
 {
     Localization = new Localization.ExceptionHelper(
         this, key, "The assembly for the resource specifier could not be found.", parameters);
 }
Exemple #2
0
 public AssemblyNotFoundException(string key = "Exceptions.AssemblyNotFoundException", object parameters = null, Exception innerException = null)            
 {
     Localization = new Localization.ExceptionHelper(
         this, key, "The assembly for the resource specifier could not be found.", parameters);
 }