Esempio n. 1
0
 public static bool HandleCOMDllNotFoundException(
     ClearQuestCOMDllNotFoundException cqComNotFoundEx,
     ErrorManager errorManager,
     ConflictManager conflictManager)
 {
     return(HandleGeneralException(cqComNotFoundEx, errorManager, conflictManager));
 }
 public static MigrationConflict CreateConflict(
     ClearQuestCOMDllNotFoundException ex)
 {
     return(new MigrationConflict(
                new ClearQuestMissingCQDllConflictType(),
                MigrationConflict.Status.Unresolved,
                CreateConflictDetails(ex),
                CreateScopeHint(ex)));
 }