コード例 #1
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);
 }
コード例 #2
0
ファイル: Exceptions.cs プロジェクト: RebelCMS/rebelcmsxu5
 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);
 }